mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
348 lines
12 KiB
C#
348 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MGKEPIFFDKK.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 MGKEPIFFDKK.proto</summary>
|
|
public static partial class MGKEPIFFDKKReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MGKEPIFFDKK.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MGKEPIFFDKKReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFNR0tFUElGRkRLSy5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIsEBCgtN",
|
|
"R0tFUElGRkRLSxIyCgtKRkJGTkdPSkdISRgIIAMoCzIdLk1HS0VQSUZGREtL",
|
|
"LkpGQkZOR09KR0hJRW50cnkSEwoLRE9FTE1QRExMRE4YAyABKA0SEwoLQkhQ",
|
|
"T0RCSE9ESFAYDiABKAUSIAoJY29zdF9kYXRhGAYgASgLMg0uSXRlbUNvc3RE",
|
|
"YXRhGjIKEEpGQkZOR09KR0hJRW50cnkSCwoDa2V5GAEgASgNEg0KBXZhbHVl",
|
|
"GAIgASgIOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
|
"cm90bzM="));
|
|
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.MGKEPIFFDKK), global::EggLink.DanhengServer.Proto.MGKEPIFFDKK.Parser, new[]{ "JFBFNGOJGHI", "DOELMPDLLDN", "BHPODBHODHP", "CostData" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MGKEPIFFDKK : pb::IMessage<MGKEPIFFDKK>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MGKEPIFFDKK> _parser = new pb::MessageParser<MGKEPIFFDKK>(() => new MGKEPIFFDKK());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MGKEPIFFDKK> 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.MGKEPIFFDKKReflection.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 MGKEPIFFDKK() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MGKEPIFFDKK(MGKEPIFFDKK other) : this() {
|
|
jFBFNGOJGHI_ = other.jFBFNGOJGHI_.Clone();
|
|
dOELMPDLLDN_ = other.dOELMPDLLDN_;
|
|
bHPODBHODHP_ = other.bHPODBHODHP_;
|
|
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MGKEPIFFDKK Clone() {
|
|
return new MGKEPIFFDKK(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JFBFNGOJGHI" field.</summary>
|
|
public const int JFBFNGOJGHIFieldNumber = 8;
|
|
private static readonly pbc::MapField<uint, bool>.Codec _map_jFBFNGOJGHI_codec
|
|
= new pbc::MapField<uint, bool>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForBool(16, false), 66);
|
|
private readonly pbc::MapField<uint, bool> jFBFNGOJGHI_ = new pbc::MapField<uint, bool>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, bool> JFBFNGOJGHI {
|
|
get { return jFBFNGOJGHI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DOELMPDLLDN" field.</summary>
|
|
public const int DOELMPDLLDNFieldNumber = 3;
|
|
private uint dOELMPDLLDN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DOELMPDLLDN {
|
|
get { return dOELMPDLLDN_; }
|
|
set {
|
|
dOELMPDLLDN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BHPODBHODHP" field.</summary>
|
|
public const int BHPODBHODHPFieldNumber = 14;
|
|
private int bHPODBHODHP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int BHPODBHODHP {
|
|
get { return bHPODBHODHP_; }
|
|
set {
|
|
bHPODBHODHP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "cost_data" field.</summary>
|
|
public const int CostDataFieldNumber = 6;
|
|
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
|
|
get { return costData_; }
|
|
set {
|
|
costData_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MGKEPIFFDKK);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MGKEPIFFDKK other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!JFBFNGOJGHI.Equals(other.JFBFNGOJGHI)) return false;
|
|
if (DOELMPDLLDN != other.DOELMPDLLDN) return false;
|
|
if (BHPODBHODHP != other.BHPODBHODHP) return false;
|
|
if (!object.Equals(CostData, other.CostData)) 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;
|
|
hash ^= JFBFNGOJGHI.GetHashCode();
|
|
if (DOELMPDLLDN != 0) hash ^= DOELMPDLLDN.GetHashCode();
|
|
if (BHPODBHODHP != 0) hash ^= BHPODBHODHP.GetHashCode();
|
|
if (costData_ != null) hash ^= CostData.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 (DOELMPDLLDN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DOELMPDLLDN);
|
|
}
|
|
if (costData_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(CostData);
|
|
}
|
|
jFBFNGOJGHI_.WriteTo(output, _map_jFBFNGOJGHI_codec);
|
|
if (BHPODBHODHP != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt32(BHPODBHODHP);
|
|
}
|
|
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 (DOELMPDLLDN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DOELMPDLLDN);
|
|
}
|
|
if (costData_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(CostData);
|
|
}
|
|
jFBFNGOJGHI_.WriteTo(ref output, _map_jFBFNGOJGHI_codec);
|
|
if (BHPODBHODHP != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt32(BHPODBHODHP);
|
|
}
|
|
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;
|
|
size += jFBFNGOJGHI_.CalculateSize(_map_jFBFNGOJGHI_codec);
|
|
if (DOELMPDLLDN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DOELMPDLLDN);
|
|
}
|
|
if (BHPODBHODHP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BHPODBHODHP);
|
|
}
|
|
if (costData_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MGKEPIFFDKK other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
jFBFNGOJGHI_.MergeFrom(other.jFBFNGOJGHI_);
|
|
if (other.DOELMPDLLDN != 0) {
|
|
DOELMPDLLDN = other.DOELMPDLLDN;
|
|
}
|
|
if (other.BHPODBHODHP != 0) {
|
|
BHPODBHODHP = other.BHPODBHODHP;
|
|
}
|
|
if (other.costData_ != null) {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
CostData.MergeFrom(other.CostData);
|
|
}
|
|
_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 24: {
|
|
DOELMPDLLDN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(CostData);
|
|
break;
|
|
}
|
|
case 66: {
|
|
jFBFNGOJGHI_.AddEntriesFrom(input, _map_jFBFNGOJGHI_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
BHPODBHODHP = input.ReadInt32();
|
|
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 24: {
|
|
DOELMPDLLDN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(CostData);
|
|
break;
|
|
}
|
|
case 66: {
|
|
jFBFNGOJGHI_.AddEntriesFrom(ref input, _map_jFBFNGOJGHI_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
BHPODBHODHP = input.ReadInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|