mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
545 lines
19 KiB
C#
545 lines
19 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerRecordInfo.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 PlayerRecordInfo.proto</summary>
|
|
public static partial class PlayerRecordInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerRecordInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerRecordInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZQbGF5ZXJSZWNvcmRJbmZvLnByb3RvGhpQbGF5ZXJDb2xsZWN0aW9uSW5m",
|
|
"by5wcm90byLqAQoQUGxheWVyUmVjb3JkSW5mbxITCgtPT0lPTU1LT0lBRRgP",
|
|
"IAEoDRITCgtES1BMSlBIR0RNQhgHIAEoDRITCgtITklDRktCRUtKTxgOIAEo",
|
|
"DRITCgtJTk1FQUdJTktQThgIIAEoDRITCgtDUElLS01ET0tIQRgDIAEoDRIT",
|
|
"CgtNR0RJTURMUE9HQRgEIAEoDRITCgtCSU9KSElCRkVMSxgKIAEoDRIuCg9j",
|
|
"b2xsZWN0aW9uX2luZm8YAiABKAsyFS5QbGF5ZXJDb2xsZWN0aW9uSW5mbxIT",
|
|
"CgtNRk1PQUpPTkJCRhgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
|
"LlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayerCollectionInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerRecordInfo), global::EggLink.DanhengServer.Proto.PlayerRecordInfo.Parser, new[]{ "OOIOMMKOIAE", "DKPLJPHGDMB", "HNICFKBEKJO", "INMEAGINKPN", "CPIKKMDOKHA", "MGDIMDLPOGA", "BIOJHIBFELK", "CollectionInfo", "MFMOAJONBBF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerRecordInfo : pb::IMessage<PlayerRecordInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerRecordInfo> _parser = new pb::MessageParser<PlayerRecordInfo>(() => new PlayerRecordInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerRecordInfo> 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.PlayerRecordInfoReflection.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 PlayerRecordInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerRecordInfo(PlayerRecordInfo other) : this() {
|
|
oOIOMMKOIAE_ = other.oOIOMMKOIAE_;
|
|
dKPLJPHGDMB_ = other.dKPLJPHGDMB_;
|
|
hNICFKBEKJO_ = other.hNICFKBEKJO_;
|
|
iNMEAGINKPN_ = other.iNMEAGINKPN_;
|
|
cPIKKMDOKHA_ = other.cPIKKMDOKHA_;
|
|
mGDIMDLPOGA_ = other.mGDIMDLPOGA_;
|
|
bIOJHIBFELK_ = other.bIOJHIBFELK_;
|
|
collectionInfo_ = other.collectionInfo_ != null ? other.collectionInfo_.Clone() : null;
|
|
mFMOAJONBBF_ = other.mFMOAJONBBF_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerRecordInfo Clone() {
|
|
return new PlayerRecordInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "OOIOMMKOIAE" field.</summary>
|
|
public const int OOIOMMKOIAEFieldNumber = 15;
|
|
private uint oOIOMMKOIAE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OOIOMMKOIAE {
|
|
get { return oOIOMMKOIAE_; }
|
|
set {
|
|
oOIOMMKOIAE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DKPLJPHGDMB" field.</summary>
|
|
public const int DKPLJPHGDMBFieldNumber = 7;
|
|
private uint dKPLJPHGDMB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DKPLJPHGDMB {
|
|
get { return dKPLJPHGDMB_; }
|
|
set {
|
|
dKPLJPHGDMB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HNICFKBEKJO" field.</summary>
|
|
public const int HNICFKBEKJOFieldNumber = 14;
|
|
private uint hNICFKBEKJO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HNICFKBEKJO {
|
|
get { return hNICFKBEKJO_; }
|
|
set {
|
|
hNICFKBEKJO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "INMEAGINKPN" field.</summary>
|
|
public const int INMEAGINKPNFieldNumber = 8;
|
|
private uint iNMEAGINKPN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint INMEAGINKPN {
|
|
get { return iNMEAGINKPN_; }
|
|
set {
|
|
iNMEAGINKPN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CPIKKMDOKHA" field.</summary>
|
|
public const int CPIKKMDOKHAFieldNumber = 3;
|
|
private uint cPIKKMDOKHA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CPIKKMDOKHA {
|
|
get { return cPIKKMDOKHA_; }
|
|
set {
|
|
cPIKKMDOKHA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MGDIMDLPOGA" field.</summary>
|
|
public const int MGDIMDLPOGAFieldNumber = 4;
|
|
private uint mGDIMDLPOGA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MGDIMDLPOGA {
|
|
get { return mGDIMDLPOGA_; }
|
|
set {
|
|
mGDIMDLPOGA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BIOJHIBFELK" field.</summary>
|
|
public const int BIOJHIBFELKFieldNumber = 10;
|
|
private uint bIOJHIBFELK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BIOJHIBFELK {
|
|
get { return bIOJHIBFELK_; }
|
|
set {
|
|
bIOJHIBFELK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "collection_info" field.</summary>
|
|
public const int CollectionInfoFieldNumber = 2;
|
|
private global::EggLink.DanhengServer.Proto.PlayerCollectionInfo collectionInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.PlayerCollectionInfo CollectionInfo {
|
|
get { return collectionInfo_; }
|
|
set {
|
|
collectionInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MFMOAJONBBF" field.</summary>
|
|
public const int MFMOAJONBBFFieldNumber = 12;
|
|
private uint mFMOAJONBBF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MFMOAJONBBF {
|
|
get { return mFMOAJONBBF_; }
|
|
set {
|
|
mFMOAJONBBF_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerRecordInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerRecordInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (OOIOMMKOIAE != other.OOIOMMKOIAE) return false;
|
|
if (DKPLJPHGDMB != other.DKPLJPHGDMB) return false;
|
|
if (HNICFKBEKJO != other.HNICFKBEKJO) return false;
|
|
if (INMEAGINKPN != other.INMEAGINKPN) return false;
|
|
if (CPIKKMDOKHA != other.CPIKKMDOKHA) return false;
|
|
if (MGDIMDLPOGA != other.MGDIMDLPOGA) return false;
|
|
if (BIOJHIBFELK != other.BIOJHIBFELK) return false;
|
|
if (!object.Equals(CollectionInfo, other.CollectionInfo)) return false;
|
|
if (MFMOAJONBBF != other.MFMOAJONBBF) 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 (OOIOMMKOIAE != 0) hash ^= OOIOMMKOIAE.GetHashCode();
|
|
if (DKPLJPHGDMB != 0) hash ^= DKPLJPHGDMB.GetHashCode();
|
|
if (HNICFKBEKJO != 0) hash ^= HNICFKBEKJO.GetHashCode();
|
|
if (INMEAGINKPN != 0) hash ^= INMEAGINKPN.GetHashCode();
|
|
if (CPIKKMDOKHA != 0) hash ^= CPIKKMDOKHA.GetHashCode();
|
|
if (MGDIMDLPOGA != 0) hash ^= MGDIMDLPOGA.GetHashCode();
|
|
if (BIOJHIBFELK != 0) hash ^= BIOJHIBFELK.GetHashCode();
|
|
if (collectionInfo_ != null) hash ^= CollectionInfo.GetHashCode();
|
|
if (MFMOAJONBBF != 0) hash ^= MFMOAJONBBF.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 (collectionInfo_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(CollectionInfo);
|
|
}
|
|
if (CPIKKMDOKHA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CPIKKMDOKHA);
|
|
}
|
|
if (MGDIMDLPOGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(MGDIMDLPOGA);
|
|
}
|
|
if (DKPLJPHGDMB != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(DKPLJPHGDMB);
|
|
}
|
|
if (INMEAGINKPN != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(INMEAGINKPN);
|
|
}
|
|
if (BIOJHIBFELK != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(BIOJHIBFELK);
|
|
}
|
|
if (MFMOAJONBBF != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(MFMOAJONBBF);
|
|
}
|
|
if (HNICFKBEKJO != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(HNICFKBEKJO);
|
|
}
|
|
if (OOIOMMKOIAE != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(OOIOMMKOIAE);
|
|
}
|
|
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 (collectionInfo_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(CollectionInfo);
|
|
}
|
|
if (CPIKKMDOKHA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CPIKKMDOKHA);
|
|
}
|
|
if (MGDIMDLPOGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(MGDIMDLPOGA);
|
|
}
|
|
if (DKPLJPHGDMB != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(DKPLJPHGDMB);
|
|
}
|
|
if (INMEAGINKPN != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(INMEAGINKPN);
|
|
}
|
|
if (BIOJHIBFELK != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(BIOJHIBFELK);
|
|
}
|
|
if (MFMOAJONBBF != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(MFMOAJONBBF);
|
|
}
|
|
if (HNICFKBEKJO != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(HNICFKBEKJO);
|
|
}
|
|
if (OOIOMMKOIAE != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(OOIOMMKOIAE);
|
|
}
|
|
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 (OOIOMMKOIAE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOIOMMKOIAE);
|
|
}
|
|
if (DKPLJPHGDMB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DKPLJPHGDMB);
|
|
}
|
|
if (HNICFKBEKJO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HNICFKBEKJO);
|
|
}
|
|
if (INMEAGINKPN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INMEAGINKPN);
|
|
}
|
|
if (CPIKKMDOKHA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPIKKMDOKHA);
|
|
}
|
|
if (MGDIMDLPOGA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MGDIMDLPOGA);
|
|
}
|
|
if (BIOJHIBFELK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIOJHIBFELK);
|
|
}
|
|
if (collectionInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CollectionInfo);
|
|
}
|
|
if (MFMOAJONBBF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFMOAJONBBF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlayerRecordInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.OOIOMMKOIAE != 0) {
|
|
OOIOMMKOIAE = other.OOIOMMKOIAE;
|
|
}
|
|
if (other.DKPLJPHGDMB != 0) {
|
|
DKPLJPHGDMB = other.DKPLJPHGDMB;
|
|
}
|
|
if (other.HNICFKBEKJO != 0) {
|
|
HNICFKBEKJO = other.HNICFKBEKJO;
|
|
}
|
|
if (other.INMEAGINKPN != 0) {
|
|
INMEAGINKPN = other.INMEAGINKPN;
|
|
}
|
|
if (other.CPIKKMDOKHA != 0) {
|
|
CPIKKMDOKHA = other.CPIKKMDOKHA;
|
|
}
|
|
if (other.MGDIMDLPOGA != 0) {
|
|
MGDIMDLPOGA = other.MGDIMDLPOGA;
|
|
}
|
|
if (other.BIOJHIBFELK != 0) {
|
|
BIOJHIBFELK = other.BIOJHIBFELK;
|
|
}
|
|
if (other.collectionInfo_ != null) {
|
|
if (collectionInfo_ == null) {
|
|
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
|
|
}
|
|
CollectionInfo.MergeFrom(other.CollectionInfo);
|
|
}
|
|
if (other.MFMOAJONBBF != 0) {
|
|
MFMOAJONBBF = other.MFMOAJONBBF;
|
|
}
|
|
_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 18: {
|
|
if (collectionInfo_ == null) {
|
|
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
|
|
}
|
|
input.ReadMessage(CollectionInfo);
|
|
break;
|
|
}
|
|
case 24: {
|
|
CPIKKMDOKHA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
MGDIMDLPOGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
DKPLJPHGDMB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
INMEAGINKPN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BIOJHIBFELK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
MFMOAJONBBF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
HNICFKBEKJO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
OOIOMMKOIAE = 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 18: {
|
|
if (collectionInfo_ == null) {
|
|
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
|
|
}
|
|
input.ReadMessage(CollectionInfo);
|
|
break;
|
|
}
|
|
case 24: {
|
|
CPIKKMDOKHA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
MGDIMDLPOGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
DKPLJPHGDMB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
INMEAGINKPN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BIOJHIBFELK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
MFMOAJONBBF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
HNICFKBEKJO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
OOIOMMKOIAE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|