Files
DanhengServer-OpenSource/Proto/DNPMGACEBMM.cs
2024-10-05 22:40:41 +08:00

538 lines
20 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DNPMGACEBMM.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 DNPMGACEBMM.proto</summary>
public static partial class DNPMGACEBMMReflection {
#region Descriptor
/// <summary>File descriptor for DNPMGACEBMM.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DNPMGACEBMMReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFETlBNR0FDRUJNTS5wcm90bxoXQ2hlc3NSb2d1ZU1pcmFjbGUucHJvdG8a",
"FENoZXNzUm9ndWVCdWZmLnByb3RvGhFSb2d1ZVN0YXR1cy5wcm90byKbAgoL",
"RE5QTUdBQ0VCTU0SLgoVY2hlc3Nfcm9ndWVfYnVmZl9pbmZvGAUgASgLMg8u",
"Q2hlc3NSb2d1ZUJ1ZmYSEwoLRUlGSE9DTkFMQkEYCiABKA0SEwoLQkdKS09M",
"TkNPUE4YAyABKA0SGwoTYmFzZV9hdmF0YXJfaWRfbGlzdBgEIAMoDRIcCgZz",
"dGF0dXMYByABKA4yDC5Sb2d1ZVN0YXR1cxIOCgZtYXBfaWQYASABKA0SHAoU",
"dHJpYWxfYXZhdGFyX2lkX2xpc3QYCSADKA0SNAoYY2hlc3Nfcm9ndWVfbWly",
"YWNsZV9pbmZvGA0gASgLMhIuQ2hlc3NSb2d1ZU1pcmFjbGUSEwoLQ0dIS01K",
"R0tLSUoYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DNPMGACEBMM), global::EggLink.DanhengServer.Proto.DNPMGACEBMM.Parser, new[]{ "ChessRogueBuffInfo", "EIFHOCNALBA", "BGJKOLNCOPN", "BaseAvatarIdList", "Status", "MapId", "TrialAvatarIdList", "ChessRogueMiracleInfo", "CGHKMJGKKIJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DNPMGACEBMM : pb::IMessage<DNPMGACEBMM>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DNPMGACEBMM> _parser = new pb::MessageParser<DNPMGACEBMM>(() => new DNPMGACEBMM());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DNPMGACEBMM> 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.DNPMGACEBMMReflection.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 DNPMGACEBMM() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DNPMGACEBMM(DNPMGACEBMM other) : this() {
chessRogueBuffInfo_ = other.chessRogueBuffInfo_ != null ? other.chessRogueBuffInfo_.Clone() : null;
eIFHOCNALBA_ = other.eIFHOCNALBA_;
bGJKOLNCOPN_ = other.bGJKOLNCOPN_;
baseAvatarIdList_ = other.baseAvatarIdList_.Clone();
status_ = other.status_;
mapId_ = other.mapId_;
trialAvatarIdList_ = other.trialAvatarIdList_.Clone();
chessRogueMiracleInfo_ = other.chessRogueMiracleInfo_ != null ? other.chessRogueMiracleInfo_.Clone() : null;
cGHKMJGKKIJ_ = other.cGHKMJGKKIJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DNPMGACEBMM Clone() {
return new DNPMGACEBMM(this);
}
/// <summary>Field number for the "chess_rogue_buff_info" field.</summary>
public const int ChessRogueBuffInfoFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.ChessRogueBuff chessRogueBuffInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueBuff ChessRogueBuffInfo {
get { return chessRogueBuffInfo_; }
set {
chessRogueBuffInfo_ = value;
}
}
/// <summary>Field number for the "EIFHOCNALBA" field.</summary>
public const int EIFHOCNALBAFieldNumber = 10;
private uint eIFHOCNALBA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EIFHOCNALBA {
get { return eIFHOCNALBA_; }
set {
eIFHOCNALBA_ = value;
}
}
/// <summary>Field number for the "BGJKOLNCOPN" field.</summary>
public const int BGJKOLNCOPNFieldNumber = 3;
private uint bGJKOLNCOPN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BGJKOLNCOPN {
get { return bGJKOLNCOPN_; }
set {
bGJKOLNCOPN_ = value;
}
}
/// <summary>Field number for the "base_avatar_id_list" field.</summary>
public const int BaseAvatarIdListFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_baseAvatarIdList_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> baseAvatarIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BaseAvatarIdList {
get { return baseAvatarIdList_; }
}
/// <summary>Field number for the "status" field.</summary>
public const int StatusFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.RogueStatus status_ = global::EggLink.DanhengServer.Proto.RogueStatus.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueStatus Status {
get { return status_; }
set {
status_ = value;
}
}
/// <summary>Field number for the "map_id" field.</summary>
public const int MapIdFieldNumber = 1;
private uint mapId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MapId {
get { return mapId_; }
set {
mapId_ = value;
}
}
/// <summary>Field number for the "trial_avatar_id_list" field.</summary>
public const int TrialAvatarIdListFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_trialAvatarIdList_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> trialAvatarIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> TrialAvatarIdList {
get { return trialAvatarIdList_; }
}
/// <summary>Field number for the "chess_rogue_miracle_info" field.</summary>
public const int ChessRogueMiracleInfoFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.ChessRogueMiracle chessRogueMiracleInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueMiracle ChessRogueMiracleInfo {
get { return chessRogueMiracleInfo_; }
set {
chessRogueMiracleInfo_ = value;
}
}
/// <summary>Field number for the "CGHKMJGKKIJ" field.</summary>
public const int CGHKMJGKKIJFieldNumber = 12;
private uint cGHKMJGKKIJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CGHKMJGKKIJ {
get { return cGHKMJGKKIJ_; }
set {
cGHKMJGKKIJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DNPMGACEBMM);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DNPMGACEBMM other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(ChessRogueBuffInfo, other.ChessRogueBuffInfo)) return false;
if (EIFHOCNALBA != other.EIFHOCNALBA) return false;
if (BGJKOLNCOPN != other.BGJKOLNCOPN) return false;
if(!baseAvatarIdList_.Equals(other.baseAvatarIdList_)) return false;
if (Status != other.Status) return false;
if (MapId != other.MapId) return false;
if(!trialAvatarIdList_.Equals(other.trialAvatarIdList_)) return false;
if (!object.Equals(ChessRogueMiracleInfo, other.ChessRogueMiracleInfo)) return false;
if (CGHKMJGKKIJ != other.CGHKMJGKKIJ) 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 (chessRogueBuffInfo_ != null) hash ^= ChessRogueBuffInfo.GetHashCode();
if (EIFHOCNALBA != 0) hash ^= EIFHOCNALBA.GetHashCode();
if (BGJKOLNCOPN != 0) hash ^= BGJKOLNCOPN.GetHashCode();
hash ^= baseAvatarIdList_.GetHashCode();
if (Status != global::EggLink.DanhengServer.Proto.RogueStatus.None) hash ^= Status.GetHashCode();
if (MapId != 0) hash ^= MapId.GetHashCode();
hash ^= trialAvatarIdList_.GetHashCode();
if (chessRogueMiracleInfo_ != null) hash ^= ChessRogueMiracleInfo.GetHashCode();
if (CGHKMJGKKIJ != 0) hash ^= CGHKMJGKKIJ.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 (MapId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MapId);
}
if (BGJKOLNCOPN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BGJKOLNCOPN);
}
baseAvatarIdList_.WriteTo(output, _repeated_baseAvatarIdList_codec);
if (chessRogueBuffInfo_ != null) {
output.WriteRawTag(42);
output.WriteMessage(ChessRogueBuffInfo);
}
if (Status != global::EggLink.DanhengServer.Proto.RogueStatus.None) {
output.WriteRawTag(56);
output.WriteEnum((int) Status);
}
trialAvatarIdList_.WriteTo(output, _repeated_trialAvatarIdList_codec);
if (EIFHOCNALBA != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EIFHOCNALBA);
}
if (CGHKMJGKKIJ != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CGHKMJGKKIJ);
}
if (chessRogueMiracleInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(ChessRogueMiracleInfo);
}
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 (MapId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MapId);
}
if (BGJKOLNCOPN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BGJKOLNCOPN);
}
baseAvatarIdList_.WriteTo(ref output, _repeated_baseAvatarIdList_codec);
if (chessRogueBuffInfo_ != null) {
output.WriteRawTag(42);
output.WriteMessage(ChessRogueBuffInfo);
}
if (Status != global::EggLink.DanhengServer.Proto.RogueStatus.None) {
output.WriteRawTag(56);
output.WriteEnum((int) Status);
}
trialAvatarIdList_.WriteTo(ref output, _repeated_trialAvatarIdList_codec);
if (EIFHOCNALBA != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EIFHOCNALBA);
}
if (CGHKMJGKKIJ != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CGHKMJGKKIJ);
}
if (chessRogueMiracleInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(ChessRogueMiracleInfo);
}
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 (chessRogueBuffInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChessRogueBuffInfo);
}
if (EIFHOCNALBA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EIFHOCNALBA);
}
if (BGJKOLNCOPN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGJKOLNCOPN);
}
size += baseAvatarIdList_.CalculateSize(_repeated_baseAvatarIdList_codec);
if (Status != global::EggLink.DanhengServer.Proto.RogueStatus.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
}
if (MapId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MapId);
}
size += trialAvatarIdList_.CalculateSize(_repeated_trialAvatarIdList_codec);
if (chessRogueMiracleInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChessRogueMiracleInfo);
}
if (CGHKMJGKKIJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CGHKMJGKKIJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DNPMGACEBMM other) {
if (other == null) {
return;
}
if (other.chessRogueBuffInfo_ != null) {
if (chessRogueBuffInfo_ == null) {
ChessRogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
ChessRogueBuffInfo.MergeFrom(other.ChessRogueBuffInfo);
}
if (other.EIFHOCNALBA != 0) {
EIFHOCNALBA = other.EIFHOCNALBA;
}
if (other.BGJKOLNCOPN != 0) {
BGJKOLNCOPN = other.BGJKOLNCOPN;
}
baseAvatarIdList_.Add(other.baseAvatarIdList_);
if (other.Status != global::EggLink.DanhengServer.Proto.RogueStatus.None) {
Status = other.Status;
}
if (other.MapId != 0) {
MapId = other.MapId;
}
trialAvatarIdList_.Add(other.trialAvatarIdList_);
if (other.chessRogueMiracleInfo_ != null) {
if (chessRogueMiracleInfo_ == null) {
ChessRogueMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
ChessRogueMiracleInfo.MergeFrom(other.ChessRogueMiracleInfo);
}
if (other.CGHKMJGKKIJ != 0) {
CGHKMJGKKIJ = other.CGHKMJGKKIJ;
}
_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: {
MapId = input.ReadUInt32();
break;
}
case 24: {
BGJKOLNCOPN = input.ReadUInt32();
break;
}
case 34:
case 32: {
baseAvatarIdList_.AddEntriesFrom(input, _repeated_baseAvatarIdList_codec);
break;
}
case 42: {
if (chessRogueBuffInfo_ == null) {
ChessRogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(ChessRogueBuffInfo);
break;
}
case 56: {
Status = (global::EggLink.DanhengServer.Proto.RogueStatus) input.ReadEnum();
break;
}
case 74:
case 72: {
trialAvatarIdList_.AddEntriesFrom(input, _repeated_trialAvatarIdList_codec);
break;
}
case 80: {
EIFHOCNALBA = input.ReadUInt32();
break;
}
case 96: {
CGHKMJGKKIJ = input.ReadUInt32();
break;
}
case 106: {
if (chessRogueMiracleInfo_ == null) {
ChessRogueMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(ChessRogueMiracleInfo);
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: {
MapId = input.ReadUInt32();
break;
}
case 24: {
BGJKOLNCOPN = input.ReadUInt32();
break;
}
case 34:
case 32: {
baseAvatarIdList_.AddEntriesFrom(ref input, _repeated_baseAvatarIdList_codec);
break;
}
case 42: {
if (chessRogueBuffInfo_ == null) {
ChessRogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuff();
}
input.ReadMessage(ChessRogueBuffInfo);
break;
}
case 56: {
Status = (global::EggLink.DanhengServer.Proto.RogueStatus) input.ReadEnum();
break;
}
case 74:
case 72: {
trialAvatarIdList_.AddEntriesFrom(ref input, _repeated_trialAvatarIdList_codec);
break;
}
case 80: {
EIFHOCNALBA = input.ReadUInt32();
break;
}
case 96: {
CGHKMJGKKIJ = input.ReadUInt32();
break;
}
case 106: {
if (chessRogueMiracleInfo_ == null) {
ChessRogueMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracle();
}
input.ReadMessage(ChessRogueMiracleInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code