Files
DanhengServer-OpenSource/Proto/StartPunkLordRaidScRsp.cs
2024-10-07 14:59:32 +08:00

433 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: StartPunkLordRaidScRsp.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 StartPunkLordRaidScRsp.proto</summary>
public static partial class StartPunkLordRaidScRspReflection {
#region Descriptor
/// <summary>File descriptor for StartPunkLordRaidScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static StartPunkLordRaidScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxTdGFydFB1bmtMb3JkUmFpZFNjUnNwLnByb3RvGhFPSUlPTENQQkxDRi5w",
"cm90bxoRTUdMQVBFQkNNT08ucHJvdG8iqAEKFlN0YXJ0UHVua0xvcmRSYWlk",
"U2NSc3ASEwoLRkRERkFLR0dQR0YYBSADKA0SDwoHcmV0Y29kZRgDIAEoDRIT",
"CgtFQkJIRElET09LSRgBIAEoAxIhCgtJT0VCRUJDRU5ITxgEIAEoCzIMLk1H",
"TEFQRUJDTU9PEhMKC0tFUEhBR0tDQUdLGAkgASgIEhsKBXNjZW5lGAggASgL",
"MgwuT0lJT0xDUEJMQ0ZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OIIOLCPBLCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MGLAPEBCMOOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartPunkLordRaidScRsp), global::EggLink.DanhengServer.Proto.StartPunkLordRaidScRsp.Parser, new[]{ "FDDFAKGGPGF", "Retcode", "EBBHDIDOOKI", "IOEBEBCENHO", "KEPHAGKCAGK", "Scene" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class StartPunkLordRaidScRsp : pb::IMessage<StartPunkLordRaidScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<StartPunkLordRaidScRsp> _parser = new pb::MessageParser<StartPunkLordRaidScRsp>(() => new StartPunkLordRaidScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<StartPunkLordRaidScRsp> 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.StartPunkLordRaidScRspReflection.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 StartPunkLordRaidScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StartPunkLordRaidScRsp(StartPunkLordRaidScRsp other) : this() {
fDDFAKGGPGF_ = other.fDDFAKGGPGF_.Clone();
retcode_ = other.retcode_;
eBBHDIDOOKI_ = other.eBBHDIDOOKI_;
iOEBEBCENHO_ = other.iOEBEBCENHO_ != null ? other.iOEBEBCENHO_.Clone() : null;
kEPHAGKCAGK_ = other.kEPHAGKCAGK_;
scene_ = other.scene_ != null ? other.scene_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StartPunkLordRaidScRsp Clone() {
return new StartPunkLordRaidScRsp(this);
}
/// <summary>Field number for the "FDDFAKGGPGF" field.</summary>
public const int FDDFAKGGPGFFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_fDDFAKGGPGF_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> fDDFAKGGPGF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FDDFAKGGPGF {
get { return fDDFAKGGPGF_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 3;
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 "EBBHDIDOOKI" field.</summary>
public const int EBBHDIDOOKIFieldNumber = 1;
private long eBBHDIDOOKI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long EBBHDIDOOKI {
get { return eBBHDIDOOKI_; }
set {
eBBHDIDOOKI_ = value;
}
}
/// <summary>Field number for the "IOEBEBCENHO" field.</summary>
public const int IOEBEBCENHOFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.MGLAPEBCMOO iOEBEBCENHO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MGLAPEBCMOO IOEBEBCENHO {
get { return iOEBEBCENHO_; }
set {
iOEBEBCENHO_ = value;
}
}
/// <summary>Field number for the "KEPHAGKCAGK" field.</summary>
public const int KEPHAGKCAGKFieldNumber = 9;
private bool kEPHAGKCAGK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KEPHAGKCAGK {
get { return kEPHAGKCAGK_; }
set {
kEPHAGKCAGK_ = value;
}
}
/// <summary>Field number for the "scene" field.</summary>
public const int SceneFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.OIIOLCPBLCF scene_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.OIIOLCPBLCF Scene {
get { return scene_; }
set {
scene_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as StartPunkLordRaidScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(StartPunkLordRaidScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!fDDFAKGGPGF_.Equals(other.fDDFAKGGPGF_)) return false;
if (Retcode != other.Retcode) return false;
if (EBBHDIDOOKI != other.EBBHDIDOOKI) return false;
if (!object.Equals(IOEBEBCENHO, other.IOEBEBCENHO)) return false;
if (KEPHAGKCAGK != other.KEPHAGKCAGK) return false;
if (!object.Equals(Scene, other.Scene)) 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 ^= fDDFAKGGPGF_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (EBBHDIDOOKI != 0L) hash ^= EBBHDIDOOKI.GetHashCode();
if (iOEBEBCENHO_ != null) hash ^= IOEBEBCENHO.GetHashCode();
if (KEPHAGKCAGK != false) hash ^= KEPHAGKCAGK.GetHashCode();
if (scene_ != null) hash ^= Scene.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 (EBBHDIDOOKI != 0L) {
output.WriteRawTag(8);
output.WriteInt64(EBBHDIDOOKI);
}
if (Retcode != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Retcode);
}
if (iOEBEBCENHO_ != null) {
output.WriteRawTag(34);
output.WriteMessage(IOEBEBCENHO);
}
fDDFAKGGPGF_.WriteTo(output, _repeated_fDDFAKGGPGF_codec);
if (scene_ != null) {
output.WriteRawTag(66);
output.WriteMessage(Scene);
}
if (KEPHAGKCAGK != false) {
output.WriteRawTag(72);
output.WriteBool(KEPHAGKCAGK);
}
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 (EBBHDIDOOKI != 0L) {
output.WriteRawTag(8);
output.WriteInt64(EBBHDIDOOKI);
}
if (Retcode != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Retcode);
}
if (iOEBEBCENHO_ != null) {
output.WriteRawTag(34);
output.WriteMessage(IOEBEBCENHO);
}
fDDFAKGGPGF_.WriteTo(ref output, _repeated_fDDFAKGGPGF_codec);
if (scene_ != null) {
output.WriteRawTag(66);
output.WriteMessage(Scene);
}
if (KEPHAGKCAGK != false) {
output.WriteRawTag(72);
output.WriteBool(KEPHAGKCAGK);
}
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 += fDDFAKGGPGF_.CalculateSize(_repeated_fDDFAKGGPGF_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (EBBHDIDOOKI != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EBBHDIDOOKI);
}
if (iOEBEBCENHO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IOEBEBCENHO);
}
if (KEPHAGKCAGK != false) {
size += 1 + 1;
}
if (scene_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Scene);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(StartPunkLordRaidScRsp other) {
if (other == null) {
return;
}
fDDFAKGGPGF_.Add(other.fDDFAKGGPGF_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.EBBHDIDOOKI != 0L) {
EBBHDIDOOKI = other.EBBHDIDOOKI;
}
if (other.iOEBEBCENHO_ != null) {
if (iOEBEBCENHO_ == null) {
IOEBEBCENHO = new global::EggLink.DanhengServer.Proto.MGLAPEBCMOO();
}
IOEBEBCENHO.MergeFrom(other.IOEBEBCENHO);
}
if (other.KEPHAGKCAGK != false) {
KEPHAGKCAGK = other.KEPHAGKCAGK;
}
if (other.scene_ != null) {
if (scene_ == null) {
Scene = new global::EggLink.DanhengServer.Proto.OIIOLCPBLCF();
}
Scene.MergeFrom(other.Scene);
}
_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: {
EBBHDIDOOKI = input.ReadInt64();
break;
}
case 24: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
if (iOEBEBCENHO_ == null) {
IOEBEBCENHO = new global::EggLink.DanhengServer.Proto.MGLAPEBCMOO();
}
input.ReadMessage(IOEBEBCENHO);
break;
}
case 42:
case 40: {
fDDFAKGGPGF_.AddEntriesFrom(input, _repeated_fDDFAKGGPGF_codec);
break;
}
case 66: {
if (scene_ == null) {
Scene = new global::EggLink.DanhengServer.Proto.OIIOLCPBLCF();
}
input.ReadMessage(Scene);
break;
}
case 72: {
KEPHAGKCAGK = input.ReadBool();
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: {
EBBHDIDOOKI = input.ReadInt64();
break;
}
case 24: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
if (iOEBEBCENHO_ == null) {
IOEBEBCENHO = new global::EggLink.DanhengServer.Proto.MGLAPEBCMOO();
}
input.ReadMessage(IOEBEBCENHO);
break;
}
case 42:
case 40: {
fDDFAKGGPGF_.AddEntriesFrom(ref input, _repeated_fDDFAKGGPGF_codec);
break;
}
case 66: {
if (scene_ == null) {
Scene = new global::EggLink.DanhengServer.Proto.OIIOLCPBLCF();
}
input.ReadMessage(Scene);
break;
}
case 72: {
KEPHAGKCAGK = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code