mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
369 lines
14 KiB
C#
369 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MGLAPEBCMOO.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 MGLAPEBCMOO.proto</summary>
|
|
public static partial class MGLAPEBCMOOReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MGLAPEBCMOO.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MGLAPEBCMOOReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFNR0xBUEVCQ01PTy5wcm90bxoeUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0",
|
|
"LnByb3RvGhxQdW5rTG9yZEF0dGFja2VyU3RhdHVzLnByb3RvGh5QdW5rTG9y",
|
|
"ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8irwEKC01HTEFQRUJDTU9PEi4KC0NE",
|
|
"QUpHTElJQklJGAUgASgLMhkuUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0Ei0K",
|
|
"CmJhc2ljX2luZm8YCyABKAsyGS5QdW5rTG9yZE1vbnN0ZXJCYXNpY0luZm8S",
|
|
"EwoLRUdETEhIQkJGUEEYDyABKA0SLAoLT1BDTEVET0JJS0sYDCABKA4yFy5Q",
|
|
"dW5rTG9yZEF0dGFja2VyU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
|
|
"ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleRecordListReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordAttackerStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MGLAPEBCMOO), global::EggLink.DanhengServer.Proto.MGLAPEBCMOO.Parser, new[]{ "CDAJGLIIBII", "BasicInfo", "EGDLHHBBFPA", "OPCLEDOBIKK" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MGLAPEBCMOO : pb::IMessage<MGLAPEBCMOO>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MGLAPEBCMOO> _parser = new pb::MessageParser<MGLAPEBCMOO>(() => new MGLAPEBCMOO());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MGLAPEBCMOO> 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.MGLAPEBCMOOReflection.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 MGLAPEBCMOO() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MGLAPEBCMOO(MGLAPEBCMOO other) : this() {
|
|
cDAJGLIIBII_ = other.cDAJGLIIBII_ != null ? other.cDAJGLIIBII_.Clone() : null;
|
|
basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null;
|
|
eGDLHHBBFPA_ = other.eGDLHHBBFPA_;
|
|
oPCLEDOBIKK_ = other.oPCLEDOBIKK_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MGLAPEBCMOO Clone() {
|
|
return new MGLAPEBCMOO(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "CDAJGLIIBII" field.</summary>
|
|
public const int CDAJGLIIBIIFieldNumber = 5;
|
|
private global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList cDAJGLIIBII_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList CDAJGLIIBII {
|
|
get { return cDAJGLIIBII_; }
|
|
set {
|
|
cDAJGLIIBII_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "basic_info" field.</summary>
|
|
public const int BasicInfoFieldNumber = 11;
|
|
private global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo basicInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo BasicInfo {
|
|
get { return basicInfo_; }
|
|
set {
|
|
basicInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EGDLHHBBFPA" field.</summary>
|
|
public const int EGDLHHBBFPAFieldNumber = 15;
|
|
private uint eGDLHHBBFPA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EGDLHHBBFPA {
|
|
get { return eGDLHHBBFPA_; }
|
|
set {
|
|
eGDLHHBBFPA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OPCLEDOBIKK" field.</summary>
|
|
public const int OPCLEDOBIKKFieldNumber = 12;
|
|
private global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus oPCLEDOBIKK_ = global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus OPCLEDOBIKK {
|
|
get { return oPCLEDOBIKK_; }
|
|
set {
|
|
oPCLEDOBIKK_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MGLAPEBCMOO);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MGLAPEBCMOO other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(CDAJGLIIBII, other.CDAJGLIIBII)) return false;
|
|
if (!object.Equals(BasicInfo, other.BasicInfo)) return false;
|
|
if (EGDLHHBBFPA != other.EGDLHHBBFPA) return false;
|
|
if (OPCLEDOBIKK != other.OPCLEDOBIKK) 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 (cDAJGLIIBII_ != null) hash ^= CDAJGLIIBII.GetHashCode();
|
|
if (basicInfo_ != null) hash ^= BasicInfo.GetHashCode();
|
|
if (EGDLHHBBFPA != 0) hash ^= EGDLHHBBFPA.GetHashCode();
|
|
if (OPCLEDOBIKK != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) hash ^= OPCLEDOBIKK.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 (cDAJGLIIBII_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(CDAJGLIIBII);
|
|
}
|
|
if (basicInfo_ != null) {
|
|
output.WriteRawTag(90);
|
|
output.WriteMessage(BasicInfo);
|
|
}
|
|
if (OPCLEDOBIKK != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
|
|
output.WriteRawTag(96);
|
|
output.WriteEnum((int) OPCLEDOBIKK);
|
|
}
|
|
if (EGDLHHBBFPA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EGDLHHBBFPA);
|
|
}
|
|
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 (cDAJGLIIBII_ != null) {
|
|
output.WriteRawTag(42);
|
|
output.WriteMessage(CDAJGLIIBII);
|
|
}
|
|
if (basicInfo_ != null) {
|
|
output.WriteRawTag(90);
|
|
output.WriteMessage(BasicInfo);
|
|
}
|
|
if (OPCLEDOBIKK != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
|
|
output.WriteRawTag(96);
|
|
output.WriteEnum((int) OPCLEDOBIKK);
|
|
}
|
|
if (EGDLHHBBFPA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EGDLHHBBFPA);
|
|
}
|
|
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 (cDAJGLIIBII_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CDAJGLIIBII);
|
|
}
|
|
if (basicInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BasicInfo);
|
|
}
|
|
if (EGDLHHBBFPA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGDLHHBBFPA);
|
|
}
|
|
if (OPCLEDOBIKK != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) OPCLEDOBIKK);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MGLAPEBCMOO other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.cDAJGLIIBII_ != null) {
|
|
if (cDAJGLIIBII_ == null) {
|
|
CDAJGLIIBII = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
|
|
}
|
|
CDAJGLIIBII.MergeFrom(other.CDAJGLIIBII);
|
|
}
|
|
if (other.basicInfo_ != null) {
|
|
if (basicInfo_ == null) {
|
|
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
|
|
}
|
|
BasicInfo.MergeFrom(other.BasicInfo);
|
|
}
|
|
if (other.EGDLHHBBFPA != 0) {
|
|
EGDLHHBBFPA = other.EGDLHHBBFPA;
|
|
}
|
|
if (other.OPCLEDOBIKK != global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus.None) {
|
|
OPCLEDOBIKK = other.OPCLEDOBIKK;
|
|
}
|
|
_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 42: {
|
|
if (cDAJGLIIBII_ == null) {
|
|
CDAJGLIIBII = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
|
|
}
|
|
input.ReadMessage(CDAJGLIIBII);
|
|
break;
|
|
}
|
|
case 90: {
|
|
if (basicInfo_ == null) {
|
|
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
|
|
}
|
|
input.ReadMessage(BasicInfo);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OPCLEDOBIKK = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EGDLHHBBFPA = 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 42: {
|
|
if (cDAJGLIIBII_ == null) {
|
|
CDAJGLIIBII = new global::EggLink.DanhengServer.Proto.PunkLordBattleRecordList();
|
|
}
|
|
input.ReadMessage(CDAJGLIIBII);
|
|
break;
|
|
}
|
|
case 90: {
|
|
if (basicInfo_ == null) {
|
|
BasicInfo = new global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfo();
|
|
}
|
|
input.ReadMessage(BasicInfo);
|
|
break;
|
|
}
|
|
case 96: {
|
|
OPCLEDOBIKK = (global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EGDLHHBBFPA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|