mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
505 lines
19 KiB
C#
505 lines
19 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetAetherDivideInfoScRsp.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 GetAetherDivideInfoScRsp.proto</summary>
|
|
public static partial class GetAetherDivideInfoScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetAetherDivideInfoScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetAetherDivideInfoScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch5HZXRBZXRoZXJEaXZpZGVJbmZvU2NSc3AucHJvdG8aHEFldGhlckRpdmlk",
|
|
"ZUxpbmV1cEluZm8ucHJvdG8aFUFldGhlclNraWxsSW5mby5wcm90bxocQWV0",
|
|
"aGVyRGl2aWRlU3Bpcml0SW5mby5wcm90byKXAgoYR2V0QWV0aGVyRGl2aWRl",
|
|
"SW5mb1NjUnNwEiwKC0dJREtHRUJGTEZMGAogAygLMhcuQWV0aGVyRGl2aWRl",
|
|
"U3Bpcml0SW5mbxITCgtORU9FSk5LQ0tETRgDIAEoDRITCgtLRkJKRUZHS0lQ",
|
|
"SBgCIAEoDRITCgtDSEtLT09QTlBLRxgHIAEoDRITCgtNTUlKTE5PTk9PSRgP",
|
|
"IAEoDRIPCgdyZXRjb2RlGAEgASgNEiUKC01GS1BORUxISkJJGAggAygLMhAu",
|
|
"QWV0aGVyU2tpbGxJbmZvEiwKC2xpbmV1cF9saXN0GAQgAygLMhcuQWV0aGVy",
|
|
"RGl2aWRlTGluZXVwSW5mbxITCgtPSElNTEJLS09ETxgOIAEoDUIeqgIbRWdn",
|
|
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherDivideLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherSkillInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAetherDivideInfoScRsp), global::EggLink.DanhengServer.Proto.GetAetherDivideInfoScRsp.Parser, new[]{ "GIDKGEBFLFL", "NEOEJNKCKDM", "KFBJEFGKIPH", "CHKKOOPNPKG", "MMIJLNONOOI", "Retcode", "MFKPNELHJBI", "LineupList", "OHIMLBKKODO" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetAetherDivideInfoScRsp : pb::IMessage<GetAetherDivideInfoScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetAetherDivideInfoScRsp> _parser = new pb::MessageParser<GetAetherDivideInfoScRsp>(() => new GetAetherDivideInfoScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetAetherDivideInfoScRsp> 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.GetAetherDivideInfoScRspReflection.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 GetAetherDivideInfoScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetAetherDivideInfoScRsp(GetAetherDivideInfoScRsp other) : this() {
|
|
gIDKGEBFLFL_ = other.gIDKGEBFLFL_.Clone();
|
|
nEOEJNKCKDM_ = other.nEOEJNKCKDM_;
|
|
kFBJEFGKIPH_ = other.kFBJEFGKIPH_;
|
|
cHKKOOPNPKG_ = other.cHKKOOPNPKG_;
|
|
mMIJLNONOOI_ = other.mMIJLNONOOI_;
|
|
retcode_ = other.retcode_;
|
|
mFKPNELHJBI_ = other.mFKPNELHJBI_.Clone();
|
|
lineupList_ = other.lineupList_.Clone();
|
|
oHIMLBKKODO_ = other.oHIMLBKKODO_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetAetherDivideInfoScRsp Clone() {
|
|
return new GetAetherDivideInfoScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "GIDKGEBFLFL" field.</summary>
|
|
public const int GIDKGEBFLFLFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> _repeated_gIDKGEBFLFL_codec
|
|
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> gIDKGEBFLFL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> GIDKGEBFLFL {
|
|
get { return gIDKGEBFLFL_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "NEOEJNKCKDM" field.</summary>
|
|
public const int NEOEJNKCKDMFieldNumber = 3;
|
|
private uint nEOEJNKCKDM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NEOEJNKCKDM {
|
|
get { return nEOEJNKCKDM_; }
|
|
set {
|
|
nEOEJNKCKDM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KFBJEFGKIPH" field.</summary>
|
|
public const int KFBJEFGKIPHFieldNumber = 2;
|
|
private uint kFBJEFGKIPH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KFBJEFGKIPH {
|
|
get { return kFBJEFGKIPH_; }
|
|
set {
|
|
kFBJEFGKIPH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CHKKOOPNPKG" field.</summary>
|
|
public const int CHKKOOPNPKGFieldNumber = 7;
|
|
private uint cHKKOOPNPKG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CHKKOOPNPKG {
|
|
get { return cHKKOOPNPKG_; }
|
|
set {
|
|
cHKKOOPNPKG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MMIJLNONOOI" field.</summary>
|
|
public const int MMIJLNONOOIFieldNumber = 15;
|
|
private uint mMIJLNONOOI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MMIJLNONOOI {
|
|
get { return mMIJLNONOOI_; }
|
|
set {
|
|
mMIJLNONOOI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 1;
|
|
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 "MFKPNELHJBI" field.</summary>
|
|
public const int MFKPNELHJBIFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherSkillInfo> _repeated_mFKPNELHJBI_codec
|
|
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.AetherSkillInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo> mFKPNELHJBI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo> MFKPNELHJBI {
|
|
get { return mFKPNELHJBI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "lineup_list" field.</summary>
|
|
public const int LineupListFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> _repeated_lineupList_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> lineupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> LineupList {
|
|
get { return lineupList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "OHIMLBKKODO" field.</summary>
|
|
public const int OHIMLBKKODOFieldNumber = 14;
|
|
private uint oHIMLBKKODO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OHIMLBKKODO {
|
|
get { return oHIMLBKKODO_; }
|
|
set {
|
|
oHIMLBKKODO_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetAetherDivideInfoScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetAetherDivideInfoScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!gIDKGEBFLFL_.Equals(other.gIDKGEBFLFL_)) return false;
|
|
if (NEOEJNKCKDM != other.NEOEJNKCKDM) return false;
|
|
if (KFBJEFGKIPH != other.KFBJEFGKIPH) return false;
|
|
if (CHKKOOPNPKG != other.CHKKOOPNPKG) return false;
|
|
if (MMIJLNONOOI != other.MMIJLNONOOI) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if(!mFKPNELHJBI_.Equals(other.mFKPNELHJBI_)) return false;
|
|
if(!lineupList_.Equals(other.lineupList_)) return false;
|
|
if (OHIMLBKKODO != other.OHIMLBKKODO) 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 ^= gIDKGEBFLFL_.GetHashCode();
|
|
if (NEOEJNKCKDM != 0) hash ^= NEOEJNKCKDM.GetHashCode();
|
|
if (KFBJEFGKIPH != 0) hash ^= KFBJEFGKIPH.GetHashCode();
|
|
if (CHKKOOPNPKG != 0) hash ^= CHKKOOPNPKG.GetHashCode();
|
|
if (MMIJLNONOOI != 0) hash ^= MMIJLNONOOI.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
hash ^= mFKPNELHJBI_.GetHashCode();
|
|
hash ^= lineupList_.GetHashCode();
|
|
if (OHIMLBKKODO != 0) hash ^= OHIMLBKKODO.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 (Retcode != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (KFBJEFGKIPH != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(KFBJEFGKIPH);
|
|
}
|
|
if (NEOEJNKCKDM != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(NEOEJNKCKDM);
|
|
}
|
|
lineupList_.WriteTo(output, _repeated_lineupList_codec);
|
|
if (CHKKOOPNPKG != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(CHKKOOPNPKG);
|
|
}
|
|
mFKPNELHJBI_.WriteTo(output, _repeated_mFKPNELHJBI_codec);
|
|
gIDKGEBFLFL_.WriteTo(output, _repeated_gIDKGEBFLFL_codec);
|
|
if (OHIMLBKKODO != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(OHIMLBKKODO);
|
|
}
|
|
if (MMIJLNONOOI != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(MMIJLNONOOI);
|
|
}
|
|
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 (Retcode != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (KFBJEFGKIPH != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(KFBJEFGKIPH);
|
|
}
|
|
if (NEOEJNKCKDM != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(NEOEJNKCKDM);
|
|
}
|
|
lineupList_.WriteTo(ref output, _repeated_lineupList_codec);
|
|
if (CHKKOOPNPKG != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(CHKKOOPNPKG);
|
|
}
|
|
mFKPNELHJBI_.WriteTo(ref output, _repeated_mFKPNELHJBI_codec);
|
|
gIDKGEBFLFL_.WriteTo(ref output, _repeated_gIDKGEBFLFL_codec);
|
|
if (OHIMLBKKODO != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(OHIMLBKKODO);
|
|
}
|
|
if (MMIJLNONOOI != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(MMIJLNONOOI);
|
|
}
|
|
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 += gIDKGEBFLFL_.CalculateSize(_repeated_gIDKGEBFLFL_codec);
|
|
if (NEOEJNKCKDM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NEOEJNKCKDM);
|
|
}
|
|
if (KFBJEFGKIPH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KFBJEFGKIPH);
|
|
}
|
|
if (CHKKOOPNPKG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHKKOOPNPKG);
|
|
}
|
|
if (MMIJLNONOOI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MMIJLNONOOI);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
size += mFKPNELHJBI_.CalculateSize(_repeated_mFKPNELHJBI_codec);
|
|
size += lineupList_.CalculateSize(_repeated_lineupList_codec);
|
|
if (OHIMLBKKODO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OHIMLBKKODO);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetAetherDivideInfoScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
gIDKGEBFLFL_.Add(other.gIDKGEBFLFL_);
|
|
if (other.NEOEJNKCKDM != 0) {
|
|
NEOEJNKCKDM = other.NEOEJNKCKDM;
|
|
}
|
|
if (other.KFBJEFGKIPH != 0) {
|
|
KFBJEFGKIPH = other.KFBJEFGKIPH;
|
|
}
|
|
if (other.CHKKOOPNPKG != 0) {
|
|
CHKKOOPNPKG = other.CHKKOOPNPKG;
|
|
}
|
|
if (other.MMIJLNONOOI != 0) {
|
|
MMIJLNONOOI = other.MMIJLNONOOI;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
mFKPNELHJBI_.Add(other.mFKPNELHJBI_);
|
|
lineupList_.Add(other.lineupList_);
|
|
if (other.OHIMLBKKODO != 0) {
|
|
OHIMLBKKODO = other.OHIMLBKKODO;
|
|
}
|
|
_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: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
KFBJEFGKIPH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
NEOEJNKCKDM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lineupList_.AddEntriesFrom(input, _repeated_lineupList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
CHKKOOPNPKG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
mFKPNELHJBI_.AddEntriesFrom(input, _repeated_mFKPNELHJBI_codec);
|
|
break;
|
|
}
|
|
case 82: {
|
|
gIDKGEBFLFL_.AddEntriesFrom(input, _repeated_gIDKGEBFLFL_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
OHIMLBKKODO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MMIJLNONOOI = 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 8: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
KFBJEFGKIPH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
NEOEJNKCKDM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lineupList_.AddEntriesFrom(ref input, _repeated_lineupList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
CHKKOOPNPKG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
mFKPNELHJBI_.AddEntriesFrom(ref input, _repeated_mFKPNELHJBI_codec);
|
|
break;
|
|
}
|
|
case 82: {
|
|
gIDKGEBFLFL_.AddEntriesFrom(ref input, _repeated_gIDKGEBFLFL_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
OHIMLBKKODO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MMIJLNONOOI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|