mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26: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",
|
|
"ZVNwaXJpdEluZm8ucHJvdG8aHEFldGhlckRpdmlkZUxpbmV1cEluZm8ucHJv",
|
|
"dG8aFUFldGhlclNraWxsSW5mby5wcm90byKdAgoYR2V0QWV0aGVyRGl2aWRl",
|
|
"SW5mb1NjUnNwEhMKC0FKRkdISktETUxLGAcgASgNEiwKC2F2YXRhcl9saXN0",
|
|
"GAYgAygLMhcuQWV0aGVyRGl2aWRlU3Bpcml0SW5mbxITCgtHRklNTEJFQ0pM",
|
|
"QxgNIAEoDRIPCgdyZXRjb2RlGAkgASgNEisKEWFldGhlcl9za2lsbF9saXN0",
|
|
"GAwgAygLMhAuQWV0aGVyU2tpbGxJbmZvEhMKC0NFQ05QSU9LRU9IGAMgASgN",
|
|
"EhMKC1BFQkpGQ0xCTUdDGAggASgNEiwKC2xpbmV1cF9saXN0GAQgAygLMhcu",
|
|
"QWV0aGVyRGl2aWRlTGluZXVwSW5mbxITCgtPQkhDT0NIQUZBQRgPIAEoDUIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherSkillInfoReflection.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[]{ "AJFGHJKDMLK", "AvatarList", "GFIMLBECJLC", "Retcode", "AetherSkillList", "CECNPIOKEOH", "PEBJFCLBMGC", "LineupList", "OBHCOCHAFAA" }, 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() {
|
|
aJFGHJKDMLK_ = other.aJFGHJKDMLK_;
|
|
avatarList_ = other.avatarList_.Clone();
|
|
gFIMLBECJLC_ = other.gFIMLBECJLC_;
|
|
retcode_ = other.retcode_;
|
|
aetherSkillList_ = other.aetherSkillList_.Clone();
|
|
cECNPIOKEOH_ = other.cECNPIOKEOH_;
|
|
pEBJFCLBMGC_ = other.pEBJFCLBMGC_;
|
|
lineupList_ = other.lineupList_.Clone();
|
|
oBHCOCHAFAA_ = other.oBHCOCHAFAA_;
|
|
_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 "AJFGHJKDMLK" field.</summary>
|
|
public const int AJFGHJKDMLKFieldNumber = 7;
|
|
private uint aJFGHJKDMLK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AJFGHJKDMLK {
|
|
get { return aJFGHJKDMLK_; }
|
|
set {
|
|
aJFGHJKDMLK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "avatar_list" field.</summary>
|
|
public const int AvatarListFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> _repeated_avatarList_codec
|
|
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> avatarList_ = 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> AvatarList {
|
|
get { return avatarList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "GFIMLBECJLC" field.</summary>
|
|
public const int GFIMLBECJLCFieldNumber = 13;
|
|
private uint gFIMLBECJLC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GFIMLBECJLC {
|
|
get { return gFIMLBECJLC_; }
|
|
set {
|
|
gFIMLBECJLC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 9;
|
|
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 "aether_skill_list" field.</summary>
|
|
public const int AetherSkillListFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherSkillInfo> _repeated_aetherSkillList_codec
|
|
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.AetherSkillInfo.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo> aetherSkillList_ = 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> AetherSkillList {
|
|
get { return aetherSkillList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "CECNPIOKEOH" field.</summary>
|
|
public const int CECNPIOKEOHFieldNumber = 3;
|
|
private uint cECNPIOKEOH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CECNPIOKEOH {
|
|
get { return cECNPIOKEOH_; }
|
|
set {
|
|
cECNPIOKEOH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PEBJFCLBMGC" field.</summary>
|
|
public const int PEBJFCLBMGCFieldNumber = 8;
|
|
private uint pEBJFCLBMGC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PEBJFCLBMGC {
|
|
get { return pEBJFCLBMGC_; }
|
|
set {
|
|
pEBJFCLBMGC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <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 "OBHCOCHAFAA" field.</summary>
|
|
public const int OBHCOCHAFAAFieldNumber = 15;
|
|
private uint oBHCOCHAFAA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OBHCOCHAFAA {
|
|
get { return oBHCOCHAFAA_; }
|
|
set {
|
|
oBHCOCHAFAA_ = 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 (AJFGHJKDMLK != other.AJFGHJKDMLK) return false;
|
|
if(!avatarList_.Equals(other.avatarList_)) return false;
|
|
if (GFIMLBECJLC != other.GFIMLBECJLC) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if(!aetherSkillList_.Equals(other.aetherSkillList_)) return false;
|
|
if (CECNPIOKEOH != other.CECNPIOKEOH) return false;
|
|
if (PEBJFCLBMGC != other.PEBJFCLBMGC) return false;
|
|
if(!lineupList_.Equals(other.lineupList_)) return false;
|
|
if (OBHCOCHAFAA != other.OBHCOCHAFAA) 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 (AJFGHJKDMLK != 0) hash ^= AJFGHJKDMLK.GetHashCode();
|
|
hash ^= avatarList_.GetHashCode();
|
|
if (GFIMLBECJLC != 0) hash ^= GFIMLBECJLC.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
hash ^= aetherSkillList_.GetHashCode();
|
|
if (CECNPIOKEOH != 0) hash ^= CECNPIOKEOH.GetHashCode();
|
|
if (PEBJFCLBMGC != 0) hash ^= PEBJFCLBMGC.GetHashCode();
|
|
hash ^= lineupList_.GetHashCode();
|
|
if (OBHCOCHAFAA != 0) hash ^= OBHCOCHAFAA.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 (CECNPIOKEOH != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CECNPIOKEOH);
|
|
}
|
|
lineupList_.WriteTo(output, _repeated_lineupList_codec);
|
|
avatarList_.WriteTo(output, _repeated_avatarList_codec);
|
|
if (AJFGHJKDMLK != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(AJFGHJKDMLK);
|
|
}
|
|
if (PEBJFCLBMGC != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(PEBJFCLBMGC);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
aetherSkillList_.WriteTo(output, _repeated_aetherSkillList_codec);
|
|
if (GFIMLBECJLC != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GFIMLBECJLC);
|
|
}
|
|
if (OBHCOCHAFAA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(OBHCOCHAFAA);
|
|
}
|
|
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 (CECNPIOKEOH != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CECNPIOKEOH);
|
|
}
|
|
lineupList_.WriteTo(ref output, _repeated_lineupList_codec);
|
|
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
|
|
if (AJFGHJKDMLK != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(AJFGHJKDMLK);
|
|
}
|
|
if (PEBJFCLBMGC != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(PEBJFCLBMGC);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
aetherSkillList_.WriteTo(ref output, _repeated_aetherSkillList_codec);
|
|
if (GFIMLBECJLC != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GFIMLBECJLC);
|
|
}
|
|
if (OBHCOCHAFAA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(OBHCOCHAFAA);
|
|
}
|
|
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 (AJFGHJKDMLK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AJFGHJKDMLK);
|
|
}
|
|
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
|
|
if (GFIMLBECJLC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GFIMLBECJLC);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
size += aetherSkillList_.CalculateSize(_repeated_aetherSkillList_codec);
|
|
if (CECNPIOKEOH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CECNPIOKEOH);
|
|
}
|
|
if (PEBJFCLBMGC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PEBJFCLBMGC);
|
|
}
|
|
size += lineupList_.CalculateSize(_repeated_lineupList_codec);
|
|
if (OBHCOCHAFAA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBHCOCHAFAA);
|
|
}
|
|
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;
|
|
}
|
|
if (other.AJFGHJKDMLK != 0) {
|
|
AJFGHJKDMLK = other.AJFGHJKDMLK;
|
|
}
|
|
avatarList_.Add(other.avatarList_);
|
|
if (other.GFIMLBECJLC != 0) {
|
|
GFIMLBECJLC = other.GFIMLBECJLC;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
aetherSkillList_.Add(other.aetherSkillList_);
|
|
if (other.CECNPIOKEOH != 0) {
|
|
CECNPIOKEOH = other.CECNPIOKEOH;
|
|
}
|
|
if (other.PEBJFCLBMGC != 0) {
|
|
PEBJFCLBMGC = other.PEBJFCLBMGC;
|
|
}
|
|
lineupList_.Add(other.lineupList_);
|
|
if (other.OBHCOCHAFAA != 0) {
|
|
OBHCOCHAFAA = other.OBHCOCHAFAA;
|
|
}
|
|
_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 24: {
|
|
CECNPIOKEOH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lineupList_.AddEntriesFrom(input, _repeated_lineupList_codec);
|
|
break;
|
|
}
|
|
case 50: {
|
|
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
AJFGHJKDMLK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
PEBJFCLBMGC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
aetherSkillList_.AddEntriesFrom(input, _repeated_aetherSkillList_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
GFIMLBECJLC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
OBHCOCHAFAA = 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 24: {
|
|
CECNPIOKEOH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lineupList_.AddEntriesFrom(ref input, _repeated_lineupList_codec);
|
|
break;
|
|
}
|
|
case 50: {
|
|
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
AJFGHJKDMLK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
PEBJFCLBMGC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
aetherSkillList_.AddEntriesFrom(ref input, _repeated_aetherSkillList_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
GFIMLBECJLC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
OBHCOCHAFAA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|