Files
DanhengServer-OpenSource/Proto/EFINDLMBMBF.cs
2024-12-07 14:00:38 +08:00

348 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EFINDLMBMBF.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 EFINDLMBMBF.proto</summary>
public static partial class EFINDLMBMBFReflection {
#region Descriptor
/// <summary>File descriptor for EFINDLMBMBF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EFINDLMBMBFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFRklORExNQk1CRi5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIuEBCgtF",
"RklORExNQk1CRhIYChBmcmVlX3JlZm9yZ2VfbnVtGAQgASgNEjIKC0pESUdP",
"Q0VIR0tPGAYgAygLMh0uRUZJTkRMTUJNQkYuSkRJR09DRUhHS09FbnRyeRIi",
"CgtLRkhQQkdMTElLUBgPIAEoCzINLkl0ZW1Db3N0RGF0YRIdChVpbnRfcmVm",
"b3JnZV9udW1fdmFsdWUYASABKAUaQQoQSkRJR09DRUhHS09FbnRyeRILCgNr",
"ZXkYASABKA0SHAoFdmFsdWUYAiABKAsyDS5JdGVtQ29zdERhdGE6AjgBQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EFINDLMBMBF), global::EggLink.DanhengServer.Proto.EFINDLMBMBF.Parser, new[]{ "FreeReforgeNum", "JDIGOCEHGKO", "KFHPBGLLIKP", "IntReforgeNumValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EFINDLMBMBF : pb::IMessage<EFINDLMBMBF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EFINDLMBMBF> _parser = new pb::MessageParser<EFINDLMBMBF>(() => new EFINDLMBMBF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EFINDLMBMBF> 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.EFINDLMBMBFReflection.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 EFINDLMBMBF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EFINDLMBMBF(EFINDLMBMBF other) : this() {
freeReforgeNum_ = other.freeReforgeNum_;
jDIGOCEHGKO_ = other.jDIGOCEHGKO_.Clone();
kFHPBGLLIKP_ = other.kFHPBGLLIKP_ != null ? other.kFHPBGLLIKP_.Clone() : null;
intReforgeNumValue_ = other.intReforgeNumValue_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EFINDLMBMBF Clone() {
return new EFINDLMBMBF(this);
}
/// <summary>Field number for the "free_reforge_num" field.</summary>
public const int FreeReforgeNumFieldNumber = 4;
private uint freeReforgeNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FreeReforgeNum {
get { return freeReforgeNum_; }
set {
freeReforgeNum_ = value;
}
}
/// <summary>Field number for the "JDIGOCEHGKO" field.</summary>
public const int JDIGOCEHGKOFieldNumber = 6;
private static readonly pbc::MapField<uint, global::EggLink.DanhengServer.Proto.ItemCostData>.Codec _map_jDIGOCEHGKO_codec
= new pbc::MapField<uint, global::EggLink.DanhengServer.Proto.ItemCostData>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.ItemCostData.Parser), 50);
private readonly pbc::MapField<uint, global::EggLink.DanhengServer.Proto.ItemCostData> jDIGOCEHGKO_ = new pbc::MapField<uint, global::EggLink.DanhengServer.Proto.ItemCostData>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, global::EggLink.DanhengServer.Proto.ItemCostData> JDIGOCEHGKO {
get { return jDIGOCEHGKO_; }
}
/// <summary>Field number for the "KFHPBGLLIKP" field.</summary>
public const int KFHPBGLLIKPFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.ItemCostData kFHPBGLLIKP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemCostData KFHPBGLLIKP {
get { return kFHPBGLLIKP_; }
set {
kFHPBGLLIKP_ = value;
}
}
/// <summary>Field number for the "int_reforge_num_value" field.</summary>
public const int IntReforgeNumValueFieldNumber = 1;
private int intReforgeNumValue_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int IntReforgeNumValue {
get { return intReforgeNumValue_; }
set {
intReforgeNumValue_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EFINDLMBMBF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EFINDLMBMBF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FreeReforgeNum != other.FreeReforgeNum) return false;
if (!JDIGOCEHGKO.Equals(other.JDIGOCEHGKO)) return false;
if (!object.Equals(KFHPBGLLIKP, other.KFHPBGLLIKP)) return false;
if (IntReforgeNumValue != other.IntReforgeNumValue) 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 (FreeReforgeNum != 0) hash ^= FreeReforgeNum.GetHashCode();
hash ^= JDIGOCEHGKO.GetHashCode();
if (kFHPBGLLIKP_ != null) hash ^= KFHPBGLLIKP.GetHashCode();
if (IntReforgeNumValue != 0) hash ^= IntReforgeNumValue.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 (IntReforgeNumValue != 0) {
output.WriteRawTag(8);
output.WriteInt32(IntReforgeNumValue);
}
if (FreeReforgeNum != 0) {
output.WriteRawTag(32);
output.WriteUInt32(FreeReforgeNum);
}
jDIGOCEHGKO_.WriteTo(output, _map_jDIGOCEHGKO_codec);
if (kFHPBGLLIKP_ != null) {
output.WriteRawTag(122);
output.WriteMessage(KFHPBGLLIKP);
}
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 (IntReforgeNumValue != 0) {
output.WriteRawTag(8);
output.WriteInt32(IntReforgeNumValue);
}
if (FreeReforgeNum != 0) {
output.WriteRawTag(32);
output.WriteUInt32(FreeReforgeNum);
}
jDIGOCEHGKO_.WriteTo(ref output, _map_jDIGOCEHGKO_codec);
if (kFHPBGLLIKP_ != null) {
output.WriteRawTag(122);
output.WriteMessage(KFHPBGLLIKP);
}
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 (FreeReforgeNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FreeReforgeNum);
}
size += jDIGOCEHGKO_.CalculateSize(_map_jDIGOCEHGKO_codec);
if (kFHPBGLLIKP_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KFHPBGLLIKP);
}
if (IntReforgeNumValue != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(IntReforgeNumValue);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EFINDLMBMBF other) {
if (other == null) {
return;
}
if (other.FreeReforgeNum != 0) {
FreeReforgeNum = other.FreeReforgeNum;
}
jDIGOCEHGKO_.MergeFrom(other.jDIGOCEHGKO_);
if (other.kFHPBGLLIKP_ != null) {
if (kFHPBGLLIKP_ == null) {
KFHPBGLLIKP = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
KFHPBGLLIKP.MergeFrom(other.KFHPBGLLIKP);
}
if (other.IntReforgeNumValue != 0) {
IntReforgeNumValue = other.IntReforgeNumValue;
}
_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 8: {
IntReforgeNumValue = input.ReadInt32();
break;
}
case 32: {
FreeReforgeNum = input.ReadUInt32();
break;
}
case 50: {
jDIGOCEHGKO_.AddEntriesFrom(input, _map_jDIGOCEHGKO_codec);
break;
}
case 122: {
if (kFHPBGLLIKP_ == null) {
KFHPBGLLIKP = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(KFHPBGLLIKP);
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 8: {
IntReforgeNumValue = input.ReadInt32();
break;
}
case 32: {
FreeReforgeNum = input.ReadUInt32();
break;
}
case 50: {
jDIGOCEHGKO_.AddEntriesFrom(ref input, _map_jDIGOCEHGKO_codec);
break;
}
case 122: {
if (kFHPBGLLIKP_ == null) {
KFHPBGLLIKP = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(KFHPBGLLIKP);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code