Files
DanhengServer-OpenSource/Proto/BMMLAFJKNLH.cs
2025-11-16 12:35:40 +08:00

439 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BMMLAFJKNLH.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 BMMLAFJKNLH.proto</summary>
public static partial class BMMLAFJKNLHReflection {
#region Descriptor
/// <summary>File descriptor for BMMLAFJKNLH.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BMMLAFJKNLHReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCTU1MQUZKS05MSC5wcm90bxoRRU1OTUxJSUxLS0UucHJvdG8aEUJNS0ZP",
"SUZMQkxFLnByb3RvIr8BCgtCTU1MQUZKS05MSBISCgppdGVtX3ZhbHVlGA8g",
"ASgNEiEKC0lISklGUFBIS0pEGAogAygLMgwuQk1LRk9JRkxCTEUSEwoLQUtJ",
"RENMRUZQREsYCyABKA0SEwoLTUVFQ05HS0xESkcYCSABKA0SEwoLRElQSk9J",
"QUNMSE4YBCABKAgSJQoPc2hvcF9nb29kc19saXN0GAYgAygLMgwuRU1OTUxJ",
"SUxLS0USEwoLQkNGQUlJSkZMRkEYAiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EMNMLIILKKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMKFOIFLBLEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BMMLAFJKNLH), global::EggLink.DanhengServer.Proto.BMMLAFJKNLH.Parser, new[]{ "ItemValue", "IHJIFPPHKJD", "AKIDCLEFPDK", "MEECNGKLDJG", "DIPJOIACLHN", "ShopGoodsList", "BCFAIIJFLFA" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BMMLAFJKNLH : pb::IMessage<BMMLAFJKNLH>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BMMLAFJKNLH> _parser = new pb::MessageParser<BMMLAFJKNLH>(() => new BMMLAFJKNLH());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BMMLAFJKNLH> 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.BMMLAFJKNLHReflection.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 BMMLAFJKNLH() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BMMLAFJKNLH(BMMLAFJKNLH other) : this() {
itemValue_ = other.itemValue_;
iHJIFPPHKJD_ = other.iHJIFPPHKJD_.Clone();
aKIDCLEFPDK_ = other.aKIDCLEFPDK_;
mEECNGKLDJG_ = other.mEECNGKLDJG_;
dIPJOIACLHN_ = other.dIPJOIACLHN_;
shopGoodsList_ = other.shopGoodsList_.Clone();
bCFAIIJFLFA_ = other.bCFAIIJFLFA_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BMMLAFJKNLH Clone() {
return new BMMLAFJKNLH(this);
}
/// <summary>Field number for the "item_value" field.</summary>
public const int ItemValueFieldNumber = 15;
private uint itemValue_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ItemValue {
get { return itemValue_; }
set {
itemValue_ = value;
}
}
/// <summary>Field number for the "IHJIFPPHKJD" field.</summary>
public const int IHJIFPPHKJDFieldNumber = 10;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BMKFOIFLBLE> _repeated_iHJIFPPHKJD_codec
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.BMKFOIFLBLE.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMKFOIFLBLE> iHJIFPPHKJD_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMKFOIFLBLE>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMKFOIFLBLE> IHJIFPPHKJD {
get { return iHJIFPPHKJD_; }
}
/// <summary>Field number for the "AKIDCLEFPDK" field.</summary>
public const int AKIDCLEFPDKFieldNumber = 11;
private uint aKIDCLEFPDK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AKIDCLEFPDK {
get { return aKIDCLEFPDK_; }
set {
aKIDCLEFPDK_ = value;
}
}
/// <summary>Field number for the "MEECNGKLDJG" field.</summary>
public const int MEECNGKLDJGFieldNumber = 9;
private uint mEECNGKLDJG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MEECNGKLDJG {
get { return mEECNGKLDJG_; }
set {
mEECNGKLDJG_ = value;
}
}
/// <summary>Field number for the "DIPJOIACLHN" field.</summary>
public const int DIPJOIACLHNFieldNumber = 4;
private bool dIPJOIACLHN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DIPJOIACLHN {
get { return dIPJOIACLHN_; }
set {
dIPJOIACLHN_ = value;
}
}
/// <summary>Field number for the "shop_goods_list" field.</summary>
public const int ShopGoodsListFieldNumber = 6;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.EMNMLIILKKE> _repeated_shopGoodsList_codec
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.EMNMLIILKKE.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.EMNMLIILKKE> shopGoodsList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.EMNMLIILKKE>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.EMNMLIILKKE> ShopGoodsList {
get { return shopGoodsList_; }
}
/// <summary>Field number for the "BCFAIIJFLFA" field.</summary>
public const int BCFAIIJFLFAFieldNumber = 2;
private bool bCFAIIJFLFA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BCFAIIJFLFA {
get { return bCFAIIJFLFA_; }
set {
bCFAIIJFLFA_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BMMLAFJKNLH);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BMMLAFJKNLH other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ItemValue != other.ItemValue) return false;
if(!iHJIFPPHKJD_.Equals(other.iHJIFPPHKJD_)) return false;
if (AKIDCLEFPDK != other.AKIDCLEFPDK) return false;
if (MEECNGKLDJG != other.MEECNGKLDJG) return false;
if (DIPJOIACLHN != other.DIPJOIACLHN) return false;
if(!shopGoodsList_.Equals(other.shopGoodsList_)) return false;
if (BCFAIIJFLFA != other.BCFAIIJFLFA) 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 (ItemValue != 0) hash ^= ItemValue.GetHashCode();
hash ^= iHJIFPPHKJD_.GetHashCode();
if (AKIDCLEFPDK != 0) hash ^= AKIDCLEFPDK.GetHashCode();
if (MEECNGKLDJG != 0) hash ^= MEECNGKLDJG.GetHashCode();
if (DIPJOIACLHN != false) hash ^= DIPJOIACLHN.GetHashCode();
hash ^= shopGoodsList_.GetHashCode();
if (BCFAIIJFLFA != false) hash ^= BCFAIIJFLFA.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 (BCFAIIJFLFA != false) {
output.WriteRawTag(16);
output.WriteBool(BCFAIIJFLFA);
}
if (DIPJOIACLHN != false) {
output.WriteRawTag(32);
output.WriteBool(DIPJOIACLHN);
}
shopGoodsList_.WriteTo(output, _repeated_shopGoodsList_codec);
if (MEECNGKLDJG != 0) {
output.WriteRawTag(72);
output.WriteUInt32(MEECNGKLDJG);
}
iHJIFPPHKJD_.WriteTo(output, _repeated_iHJIFPPHKJD_codec);
if (AKIDCLEFPDK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(AKIDCLEFPDK);
}
if (ItemValue != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ItemValue);
}
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 (BCFAIIJFLFA != false) {
output.WriteRawTag(16);
output.WriteBool(BCFAIIJFLFA);
}
if (DIPJOIACLHN != false) {
output.WriteRawTag(32);
output.WriteBool(DIPJOIACLHN);
}
shopGoodsList_.WriteTo(ref output, _repeated_shopGoodsList_codec);
if (MEECNGKLDJG != 0) {
output.WriteRawTag(72);
output.WriteUInt32(MEECNGKLDJG);
}
iHJIFPPHKJD_.WriteTo(ref output, _repeated_iHJIFPPHKJD_codec);
if (AKIDCLEFPDK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(AKIDCLEFPDK);
}
if (ItemValue != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ItemValue);
}
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 (ItemValue != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue);
}
size += iHJIFPPHKJD_.CalculateSize(_repeated_iHJIFPPHKJD_codec);
if (AKIDCLEFPDK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AKIDCLEFPDK);
}
if (MEECNGKLDJG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MEECNGKLDJG);
}
if (DIPJOIACLHN != false) {
size += 1 + 1;
}
size += shopGoodsList_.CalculateSize(_repeated_shopGoodsList_codec);
if (BCFAIIJFLFA != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BMMLAFJKNLH other) {
if (other == null) {
return;
}
if (other.ItemValue != 0) {
ItemValue = other.ItemValue;
}
iHJIFPPHKJD_.Add(other.iHJIFPPHKJD_);
if (other.AKIDCLEFPDK != 0) {
AKIDCLEFPDK = other.AKIDCLEFPDK;
}
if (other.MEECNGKLDJG != 0) {
MEECNGKLDJG = other.MEECNGKLDJG;
}
if (other.DIPJOIACLHN != false) {
DIPJOIACLHN = other.DIPJOIACLHN;
}
shopGoodsList_.Add(other.shopGoodsList_);
if (other.BCFAIIJFLFA != false) {
BCFAIIJFLFA = other.BCFAIIJFLFA;
}
_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: {
BCFAIIJFLFA = input.ReadBool();
break;
}
case 32: {
DIPJOIACLHN = input.ReadBool();
break;
}
case 50: {
shopGoodsList_.AddEntriesFrom(input, _repeated_shopGoodsList_codec);
break;
}
case 72: {
MEECNGKLDJG = input.ReadUInt32();
break;
}
case 82: {
iHJIFPPHKJD_.AddEntriesFrom(input, _repeated_iHJIFPPHKJD_codec);
break;
}
case 88: {
AKIDCLEFPDK = input.ReadUInt32();
break;
}
case 120: {
ItemValue = 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 16: {
BCFAIIJFLFA = input.ReadBool();
break;
}
case 32: {
DIPJOIACLHN = input.ReadBool();
break;
}
case 50: {
shopGoodsList_.AddEntriesFrom(ref input, _repeated_shopGoodsList_codec);
break;
}
case 72: {
MEECNGKLDJG = input.ReadUInt32();
break;
}
case 82: {
iHJIFPPHKJD_.AddEntriesFrom(ref input, _repeated_iHJIFPPHKJD_codec);
break;
}
case 88: {
AKIDCLEFPDK = input.ReadUInt32();
break;
}
case 120: {
ItemValue = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code