Files
DanhengServer-OpenSource/Proto/MatchThreeV2LevelEndScRsp.cs
2025-05-31 21:42:06 +08:00

516 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MatchThreeV2LevelEndScRsp.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 MatchThreeV2LevelEndScRsp.proto</summary>
public static partial class MatchThreeV2LevelEndScRspReflection {
#region Descriptor
/// <summary>File descriptor for MatchThreeV2LevelEndScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MatchThreeV2LevelEndScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9NYXRjaFRocmVlVjJMZXZlbEVuZFNjUnNwLnByb3RvGhFHTkVCQkFFSUtH",
"Si5wcm90bxoRTE5PSUtHS0pITEsucHJvdG8aDkl0ZW1MaXN0LnByb3RvIu0B",
"ChlNYXRjaFRocmVlVjJMZXZlbEVuZFNjUnNwEiAKCmxldmVsX2luZm8YDCAB",
"KAsyDC5HTkVCQkFFSUtHShIeCgtNTkJFSkRISE9KThgPIAMoCzIJLkl0ZW1M",
"aXN0EhAKCGxldmVsX2lkGAcgASgNEg8KB3JldGNvZGUYDSABKA0SEwoLRUJI",
"QUpFTklLQUYYCyABKA0SEwoLQ0RNUE9HSkpNSk0YBiABKA0SHgoLUEVDRkpD",
"REJDQk4YAiABKAsyCS5JdGVtTGlzdBIhCgtBRUtDUFBJRE5NRBgEIAEoCzIM",
"LkxOT0lLR0tKSExLQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
"BnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GNEBBAEIKGJReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNOIKGKJHLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeV2LevelEndScRsp), global::EggLink.DanhengServer.Proto.MatchThreeV2LevelEndScRsp.Parser, new[]{ "LevelInfo", "MNBEJDHHOJN", "LevelId", "Retcode", "EBHAJENIKAF", "CDMPOGJJMJM", "PECFJCDBCBN", "AEKCPPIDNMD" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MatchThreeV2LevelEndScRsp : pb::IMessage<MatchThreeV2LevelEndScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MatchThreeV2LevelEndScRsp> _parser = new pb::MessageParser<MatchThreeV2LevelEndScRsp>(() => new MatchThreeV2LevelEndScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MatchThreeV2LevelEndScRsp> 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.MatchThreeV2LevelEndScRspReflection.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 MatchThreeV2LevelEndScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeV2LevelEndScRsp(MatchThreeV2LevelEndScRsp other) : this() {
levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null;
mNBEJDHHOJN_ = other.mNBEJDHHOJN_.Clone();
levelId_ = other.levelId_;
retcode_ = other.retcode_;
eBHAJENIKAF_ = other.eBHAJENIKAF_;
cDMPOGJJMJM_ = other.cDMPOGJJMJM_;
pECFJCDBCBN_ = other.pECFJCDBCBN_ != null ? other.pECFJCDBCBN_.Clone() : null;
aEKCPPIDNMD_ = other.aEKCPPIDNMD_ != null ? other.aEKCPPIDNMD_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeV2LevelEndScRsp Clone() {
return new MatchThreeV2LevelEndScRsp(this);
}
/// <summary>Field number for the "level_info" field.</summary>
public const int LevelInfoFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ levelInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ LevelInfo {
get { return levelInfo_; }
set {
levelInfo_ = value;
}
}
/// <summary>Field number for the "MNBEJDHHOJN" field.</summary>
public const int MNBEJDHHOJNFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ItemList> _repeated_mNBEJDHHOJN_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.ItemList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> mNBEJDHHOJN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> MNBEJDHHOJN {
get { return mNBEJDHHOJN_; }
}
/// <summary>Field number for the "level_id" field.</summary>
public const int LevelIdFieldNumber = 7;
private uint levelId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LevelId {
get { return levelId_; }
set {
levelId_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "EBHAJENIKAF" field.</summary>
public const int EBHAJENIKAFFieldNumber = 11;
private uint eBHAJENIKAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EBHAJENIKAF {
get { return eBHAJENIKAF_; }
set {
eBHAJENIKAF_ = value;
}
}
/// <summary>Field number for the "CDMPOGJJMJM" field.</summary>
public const int CDMPOGJJMJMFieldNumber = 6;
private uint cDMPOGJJMJM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CDMPOGJJMJM {
get { return cDMPOGJJMJM_; }
set {
cDMPOGJJMJM_ = value;
}
}
/// <summary>Field number for the "PECFJCDBCBN" field.</summary>
public const int PECFJCDBCBNFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.ItemList pECFJCDBCBN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList PECFJCDBCBN {
get { return pECFJCDBCBN_; }
set {
pECFJCDBCBN_ = value;
}
}
/// <summary>Field number for the "AEKCPPIDNMD" field.</summary>
public const int AEKCPPIDNMDFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.LNOIKGKJHLK aEKCPPIDNMD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LNOIKGKJHLK AEKCPPIDNMD {
get { return aEKCPPIDNMD_; }
set {
aEKCPPIDNMD_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MatchThreeV2LevelEndScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MatchThreeV2LevelEndScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(LevelInfo, other.LevelInfo)) return false;
if(!mNBEJDHHOJN_.Equals(other.mNBEJDHHOJN_)) return false;
if (LevelId != other.LevelId) return false;
if (Retcode != other.Retcode) return false;
if (EBHAJENIKAF != other.EBHAJENIKAF) return false;
if (CDMPOGJJMJM != other.CDMPOGJJMJM) return false;
if (!object.Equals(PECFJCDBCBN, other.PECFJCDBCBN)) return false;
if (!object.Equals(AEKCPPIDNMD, other.AEKCPPIDNMD)) 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 (levelInfo_ != null) hash ^= LevelInfo.GetHashCode();
hash ^= mNBEJDHHOJN_.GetHashCode();
if (LevelId != 0) hash ^= LevelId.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (EBHAJENIKAF != 0) hash ^= EBHAJENIKAF.GetHashCode();
if (CDMPOGJJMJM != 0) hash ^= CDMPOGJJMJM.GetHashCode();
if (pECFJCDBCBN_ != null) hash ^= PECFJCDBCBN.GetHashCode();
if (aEKCPPIDNMD_ != null) hash ^= AEKCPPIDNMD.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 (pECFJCDBCBN_ != null) {
output.WriteRawTag(18);
output.WriteMessage(PECFJCDBCBN);
}
if (aEKCPPIDNMD_ != null) {
output.WriteRawTag(34);
output.WriteMessage(AEKCPPIDNMD);
}
if (CDMPOGJJMJM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CDMPOGJJMJM);
}
if (LevelId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(LevelId);
}
if (EBHAJENIKAF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(EBHAJENIKAF);
}
if (levelInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(LevelInfo);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
mNBEJDHHOJN_.WriteTo(output, _repeated_mNBEJDHHOJN_codec);
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 (pECFJCDBCBN_ != null) {
output.WriteRawTag(18);
output.WriteMessage(PECFJCDBCBN);
}
if (aEKCPPIDNMD_ != null) {
output.WriteRawTag(34);
output.WriteMessage(AEKCPPIDNMD);
}
if (CDMPOGJJMJM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CDMPOGJJMJM);
}
if (LevelId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(LevelId);
}
if (EBHAJENIKAF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(EBHAJENIKAF);
}
if (levelInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(LevelInfo);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
mNBEJDHHOJN_.WriteTo(ref output, _repeated_mNBEJDHHOJN_codec);
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 (levelInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LevelInfo);
}
size += mNBEJDHHOJN_.CalculateSize(_repeated_mNBEJDHHOJN_codec);
if (LevelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (EBHAJENIKAF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBHAJENIKAF);
}
if (CDMPOGJJMJM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CDMPOGJJMJM);
}
if (pECFJCDBCBN_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PECFJCDBCBN);
}
if (aEKCPPIDNMD_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AEKCPPIDNMD);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MatchThreeV2LevelEndScRsp other) {
if (other == null) {
return;
}
if (other.levelInfo_ != null) {
if (levelInfo_ == null) {
LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ();
}
LevelInfo.MergeFrom(other.LevelInfo);
}
mNBEJDHHOJN_.Add(other.mNBEJDHHOJN_);
if (other.LevelId != 0) {
LevelId = other.LevelId;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.EBHAJENIKAF != 0) {
EBHAJENIKAF = other.EBHAJENIKAF;
}
if (other.CDMPOGJJMJM != 0) {
CDMPOGJJMJM = other.CDMPOGJJMJM;
}
if (other.pECFJCDBCBN_ != null) {
if (pECFJCDBCBN_ == null) {
PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList();
}
PECFJCDBCBN.MergeFrom(other.PECFJCDBCBN);
}
if (other.aEKCPPIDNMD_ != null) {
if (aEKCPPIDNMD_ == null) {
AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK();
}
AEKCPPIDNMD.MergeFrom(other.AEKCPPIDNMD);
}
_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 18: {
if (pECFJCDBCBN_ == null) {
PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(PECFJCDBCBN);
break;
}
case 34: {
if (aEKCPPIDNMD_ == null) {
AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK();
}
input.ReadMessage(AEKCPPIDNMD);
break;
}
case 48: {
CDMPOGJJMJM = input.ReadUInt32();
break;
}
case 56: {
LevelId = input.ReadUInt32();
break;
}
case 88: {
EBHAJENIKAF = input.ReadUInt32();
break;
}
case 98: {
if (levelInfo_ == null) {
LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ();
}
input.ReadMessage(LevelInfo);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 122: {
mNBEJDHHOJN_.AddEntriesFrom(input, _repeated_mNBEJDHHOJN_codec);
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 18: {
if (pECFJCDBCBN_ == null) {
PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(PECFJCDBCBN);
break;
}
case 34: {
if (aEKCPPIDNMD_ == null) {
AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK();
}
input.ReadMessage(AEKCPPIDNMD);
break;
}
case 48: {
CDMPOGJJMJM = input.ReadUInt32();
break;
}
case 56: {
LevelId = input.ReadUInt32();
break;
}
case 88: {
EBHAJENIKAF = input.ReadUInt32();
break;
}
case 98: {
if (levelInfo_ == null) {
LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ();
}
input.ReadMessage(LevelInfo);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 122: {
mNBEJDHHOJN_.AddEntriesFrom(ref input, _repeated_mNBEJDHHOJN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code