// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: LFGGPNGKBCH.proto // #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 { /// Holder for reflection information generated from LFGGPNGKBCH.proto public static partial class LFGGPNGKBCHReflection { #region Descriptor /// File descriptor for LFGGPNGKBCH.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static LFGGPNGKBCHReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFMRkdHUE5HS0JDSC5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIuEBCgtM", "RkdHUE5HS0JDSBIYChBmcmVlX3JlZm9yZ2VfbnVtGAwgASgNEjIKC0lBS0hN", "TUVMTUZEGAQgAygLMh0uTEZHR1BOR0tCQ0guSUFLSE1NRUxNRkRFbnRyeRId", "ChVpbnRfcmVmb3JnZV9udW1fdmFsdWUYBiABKAUSIgoLRkFJRElCT0RNQ0gY", "BSABKAsyDS5JdGVtQ29zdERhdGEaQQoQSUFLSE1NRUxNRkRFbnRyeRILCgNr", "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.LFGGPNGKBCH), global::EggLink.DanhengServer.Proto.LFGGPNGKBCH.Parser, new[]{ "FreeReforgeNum", "IAKHMMELMFD", "IntReforgeNumValue", "FAIDIBODMCH" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class LFGGPNGKBCH : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LFGGPNGKBCH()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.LFGGPNGKBCHReflection.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 LFGGPNGKBCH() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LFGGPNGKBCH(LFGGPNGKBCH other) : this() { freeReforgeNum_ = other.freeReforgeNum_; iAKHMMELMFD_ = other.iAKHMMELMFD_.Clone(); intReforgeNumValue_ = other.intReforgeNumValue_; fAIDIBODMCH_ = other.fAIDIBODMCH_ != null ? other.fAIDIBODMCH_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LFGGPNGKBCH Clone() { return new LFGGPNGKBCH(this); } /// Field number for the "free_reforge_num" field. public const int FreeReforgeNumFieldNumber = 12; private uint freeReforgeNum_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FreeReforgeNum { get { return freeReforgeNum_; } set { freeReforgeNum_ = value; } } /// Field number for the "IAKHMMELMFD" field. public const int IAKHMMELMFDFieldNumber = 4; private static readonly pbc::MapField.Codec _map_iAKHMMELMFD_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.ItemCostData.Parser), 34); private readonly pbc::MapField iAKHMMELMFD_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField IAKHMMELMFD { get { return iAKHMMELMFD_; } } /// Field number for the "int_reforge_num_value" field. public const int IntReforgeNumValueFieldNumber = 6; private int intReforgeNumValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int IntReforgeNumValue { get { return intReforgeNumValue_; } set { intReforgeNumValue_ = value; } } /// Field number for the "FAIDIBODMCH" field. public const int FAIDIBODMCHFieldNumber = 5; private global::EggLink.DanhengServer.Proto.ItemCostData fAIDIBODMCH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemCostData FAIDIBODMCH { get { return fAIDIBODMCH_; } set { fAIDIBODMCH_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as LFGGPNGKBCH); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(LFGGPNGKBCH other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (FreeReforgeNum != other.FreeReforgeNum) return false; if (!IAKHMMELMFD.Equals(other.IAKHMMELMFD)) return false; if (IntReforgeNumValue != other.IntReforgeNumValue) return false; if (!object.Equals(FAIDIBODMCH, other.FAIDIBODMCH)) 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 ^= IAKHMMELMFD.GetHashCode(); if (IntReforgeNumValue != 0) hash ^= IntReforgeNumValue.GetHashCode(); if (fAIDIBODMCH_ != null) hash ^= FAIDIBODMCH.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 iAKHMMELMFD_.WriteTo(output, _map_iAKHMMELMFD_codec); if (fAIDIBODMCH_ != null) { output.WriteRawTag(42); output.WriteMessage(FAIDIBODMCH); } if (IntReforgeNumValue != 0) { output.WriteRawTag(48); output.WriteInt32(IntReforgeNumValue); } if (FreeReforgeNum != 0) { output.WriteRawTag(96); output.WriteUInt32(FreeReforgeNum); } 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) { iAKHMMELMFD_.WriteTo(ref output, _map_iAKHMMELMFD_codec); if (fAIDIBODMCH_ != null) { output.WriteRawTag(42); output.WriteMessage(FAIDIBODMCH); } if (IntReforgeNumValue != 0) { output.WriteRawTag(48); output.WriteInt32(IntReforgeNumValue); } if (FreeReforgeNum != 0) { output.WriteRawTag(96); output.WriteUInt32(FreeReforgeNum); } 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 += iAKHMMELMFD_.CalculateSize(_map_iAKHMMELMFD_codec); if (IntReforgeNumValue != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(IntReforgeNumValue); } if (fAIDIBODMCH_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FAIDIBODMCH); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(LFGGPNGKBCH other) { if (other == null) { return; } if (other.FreeReforgeNum != 0) { FreeReforgeNum = other.FreeReforgeNum; } iAKHMMELMFD_.MergeFrom(other.iAKHMMELMFD_); if (other.IntReforgeNumValue != 0) { IntReforgeNumValue = other.IntReforgeNumValue; } if (other.fAIDIBODMCH_ != null) { if (fAIDIBODMCH_ == null) { FAIDIBODMCH = new global::EggLink.DanhengServer.Proto.ItemCostData(); } FAIDIBODMCH.MergeFrom(other.FAIDIBODMCH); } _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 34: { iAKHMMELMFD_.AddEntriesFrom(input, _map_iAKHMMELMFD_codec); break; } case 42: { if (fAIDIBODMCH_ == null) { FAIDIBODMCH = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(FAIDIBODMCH); break; } case 48: { IntReforgeNumValue = input.ReadInt32(); break; } case 96: { FreeReforgeNum = 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 34: { iAKHMMELMFD_.AddEntriesFrom(ref input, _map_iAKHMMELMFD_codec); break; } case 42: { if (fAIDIBODMCH_ == null) { FAIDIBODMCH = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(FAIDIBODMCH); break; } case 48: { IntReforgeNumValue = input.ReadInt32(); break; } case 96: { FreeReforgeNum = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code