Files
DanhengServer-OpenSource/Proto/OLHELHNHLCI.cs

627 lines
24 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: OLHELHNHLCI.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 OLHELHNHLCI.proto</summary>
public static partial class OLHELHNHLCIReflection {
#region Descriptor
/// <summary>File descriptor for OLHELHNHLCI.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static OLHELHNHLCIReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFPTEhFTEhOSExDSS5wcm90bxoRQ0pITVBOTkFMTkwucHJvdG8aFURldmVs",
"b3BtZW50VHlwZS5wcm90bxoRTkpESFBQRk1ESk8ucHJvdG8aEUhMTkNOUEhQ",
"TkpCLnByb3RvIokCCgtPTEhFTEhOSExDSRIlCgtCS01PRExJSktHTxgIIAEo",
"DjIQLkRldmVsb3BtZW50VHlwZRIMCgR0aW1lGAcgASgDEiQKC0dJSlBOQ0NF",
"R0VLGMsOIAEoCzIMLkhMTkNOUEhQTkpCSAASJAoLQUlJRU9HS0dCSUoYxgog",
"ASgLMgwuTkpESFBQRk1ESk9IABIUCglhdmF0YXJfaWQY1wsgASgNSAASFgoL",
"UERJR09OSU9GR0MYqAcgASgNSAASFgoLTExKTEpMSEFLS0IYuwcgASgNSAAS",
"JAoLQ0VGUElMUElDSU4Y3gQgASgLMgwuQ0pITVBOTkFMTkxIAEINCgtCQ1BJ",
"RE5JT0ZQTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CJHMPNNALNLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJDHPPFMDJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLNCNPHPNJBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OLHELHNHLCI), global::EggLink.DanhengServer.Proto.OLHELHNHLCI.Parser, new[]{ "BKMODLIJKGO", "Time", "GIJPNCCEGEK", "AIIEOGKGBIJ", "AvatarId", "PDIGONIOFGC", "LLJLJLHAKKB", "CEFPILPICIN" }, new[]{ "BCPIDNIOFPM" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class OLHELHNHLCI : pb::IMessage<OLHELHNHLCI>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<OLHELHNHLCI> _parser = new pb::MessageParser<OLHELHNHLCI>(() => new OLHELHNHLCI());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<OLHELHNHLCI> 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.OLHELHNHLCIReflection.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 OLHELHNHLCI() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public OLHELHNHLCI(OLHELHNHLCI other) : this() {
bKMODLIJKGO_ = other.bKMODLIJKGO_;
time_ = other.time_;
switch (other.BCPIDNIOFPMCase) {
case BCPIDNIOFPMOneofCase.GIJPNCCEGEK:
GIJPNCCEGEK = other.GIJPNCCEGEK.Clone();
break;
case BCPIDNIOFPMOneofCase.AIIEOGKGBIJ:
AIIEOGKGBIJ = other.AIIEOGKGBIJ.Clone();
break;
case BCPIDNIOFPMOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case BCPIDNIOFPMOneofCase.PDIGONIOFGC:
PDIGONIOFGC = other.PDIGONIOFGC;
break;
case BCPIDNIOFPMOneofCase.LLJLJLHAKKB:
LLJLJLHAKKB = other.LLJLJLHAKKB;
break;
case BCPIDNIOFPMOneofCase.CEFPILPICIN:
CEFPILPICIN = other.CEFPILPICIN.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public OLHELHNHLCI Clone() {
return new OLHELHNHLCI(this);
}
/// <summary>Field number for the "BKMODLIJKGO" field.</summary>
public const int BKMODLIJKGOFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.DevelopmentType bKMODLIJKGO_ = global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DevelopmentType BKMODLIJKGO {
get { return bKMODLIJKGO_; }
set {
bKMODLIJKGO_ = value;
}
}
/// <summary>Field number for the "time" field.</summary>
public const int TimeFieldNumber = 7;
private long time_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long Time {
get { return time_; }
set {
time_ = value;
}
}
/// <summary>Field number for the "GIJPNCCEGEK" field.</summary>
public const int GIJPNCCEGEKFieldNumber = 1867;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HLNCNPHPNJB GIJPNCCEGEK {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK ? (global::EggLink.DanhengServer.Proto.HLNCNPHPNJB) bCPIDNIOFPM_ : null; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = value == null ? BCPIDNIOFPMOneofCase.None : BCPIDNIOFPMOneofCase.GIJPNCCEGEK;
}
}
/// <summary>Field number for the "AIIEOGKGBIJ" field.</summary>
public const int AIIEOGKGBIJFieldNumber = 1350;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NJDHPPFMDJO AIIEOGKGBIJ {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ ? (global::EggLink.DanhengServer.Proto.NJDHPPFMDJO) bCPIDNIOFPM_ : null; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = value == null ? BCPIDNIOFPMOneofCase.None : BCPIDNIOFPMOneofCase.AIIEOGKGBIJ;
}
}
/// <summary>Field number for the "avatar_id" field.</summary>
public const int AvatarIdFieldNumber = 1495;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AvatarId {
get { return HasAvatarId ? (uint) bCPIDNIOFPM_ : 0; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = BCPIDNIOFPMOneofCase.AvatarId;
}
}
/// <summary>Gets whether the "avatar_id" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasAvatarId {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AvatarId; }
}
/// <summary> Clears the value of the oneof if it's currently set to "avatar_id" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAvatarId() {
if (HasAvatarId) {
ClearBCPIDNIOFPM();
}
}
/// <summary>Field number for the "PDIGONIOFGC" field.</summary>
public const int PDIGONIOFGCFieldNumber = 936;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PDIGONIOFGC {
get { return HasPDIGONIOFGC ? (uint) bCPIDNIOFPM_ : 0; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = BCPIDNIOFPMOneofCase.PDIGONIOFGC;
}
}
/// <summary>Gets whether the "PDIGONIOFGC" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasPDIGONIOFGC {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.PDIGONIOFGC; }
}
/// <summary> Clears the value of the oneof if it's currently set to "PDIGONIOFGC" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearPDIGONIOFGC() {
if (HasPDIGONIOFGC) {
ClearBCPIDNIOFPM();
}
}
/// <summary>Field number for the "LLJLJLHAKKB" field.</summary>
public const int LLJLJLHAKKBFieldNumber = 955;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LLJLJLHAKKB {
get { return HasLLJLJLHAKKB ? (uint) bCPIDNIOFPM_ : 0; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = BCPIDNIOFPMOneofCase.LLJLJLHAKKB;
}
}
/// <summary>Gets whether the "LLJLJLHAKKB" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasLLJLJLHAKKB {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.LLJLJLHAKKB; }
}
/// <summary> Clears the value of the oneof if it's currently set to "LLJLJLHAKKB" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearLLJLJLHAKKB() {
if (HasLLJLJLHAKKB) {
ClearBCPIDNIOFPM();
}
}
/// <summary>Field number for the "CEFPILPICIN" field.</summary>
public const int CEFPILPICINFieldNumber = 606;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CJHMPNNALNL CEFPILPICIN {
get { return bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN ? (global::EggLink.DanhengServer.Proto.CJHMPNNALNL) bCPIDNIOFPM_ : null; }
set {
bCPIDNIOFPM_ = value;
bCPIDNIOFPMCase_ = value == null ? BCPIDNIOFPMOneofCase.None : BCPIDNIOFPMOneofCase.CEFPILPICIN;
}
}
private object bCPIDNIOFPM_;
/// <summary>Enum of possible cases for the "BCPIDNIOFPM" oneof.</summary>
public enum BCPIDNIOFPMOneofCase {
None = 0,
GIJPNCCEGEK = 1867,
AIIEOGKGBIJ = 1350,
AvatarId = 1495,
PDIGONIOFGC = 936,
LLJLJLHAKKB = 955,
CEFPILPICIN = 606,
}
private BCPIDNIOFPMOneofCase bCPIDNIOFPMCase_ = BCPIDNIOFPMOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BCPIDNIOFPMOneofCase BCPIDNIOFPMCase {
get { return bCPIDNIOFPMCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearBCPIDNIOFPM() {
bCPIDNIOFPMCase_ = BCPIDNIOFPMOneofCase.None;
bCPIDNIOFPM_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as OLHELHNHLCI);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(OLHELHNHLCI other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BKMODLIJKGO != other.BKMODLIJKGO) return false;
if (Time != other.Time) return false;
if (!object.Equals(GIJPNCCEGEK, other.GIJPNCCEGEK)) return false;
if (!object.Equals(AIIEOGKGBIJ, other.AIIEOGKGBIJ)) return false;
if (AvatarId != other.AvatarId) return false;
if (PDIGONIOFGC != other.PDIGONIOFGC) return false;
if (LLJLJLHAKKB != other.LLJLJLHAKKB) return false;
if (!object.Equals(CEFPILPICIN, other.CEFPILPICIN)) return false;
if (BCPIDNIOFPMCase != other.BCPIDNIOFPMCase) 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 (BKMODLIJKGO != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= BKMODLIJKGO.GetHashCode();
if (Time != 0L) hash ^= Time.GetHashCode();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) hash ^= GIJPNCCEGEK.GetHashCode();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) hash ^= AIIEOGKGBIJ.GetHashCode();
if (HasAvatarId) hash ^= AvatarId.GetHashCode();
if (HasPDIGONIOFGC) hash ^= PDIGONIOFGC.GetHashCode();
if (HasLLJLJLHAKKB) hash ^= LLJLJLHAKKB.GetHashCode();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) hash ^= CEFPILPICIN.GetHashCode();
hash ^= (int) bCPIDNIOFPMCase_;
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 (Time != 0L) {
output.WriteRawTag(56);
output.WriteInt64(Time);
}
if (BKMODLIJKGO != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(64);
output.WriteEnum((int) BKMODLIJKGO);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) {
output.WriteRawTag(242, 37);
output.WriteMessage(CEFPILPICIN);
}
if (HasPDIGONIOFGC) {
output.WriteRawTag(192, 58);
output.WriteUInt32(PDIGONIOFGC);
}
if (HasLLJLJLHAKKB) {
output.WriteRawTag(216, 59);
output.WriteUInt32(LLJLJLHAKKB);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) {
output.WriteRawTag(178, 84);
output.WriteMessage(AIIEOGKGBIJ);
}
if (HasAvatarId) {
output.WriteRawTag(184, 93);
output.WriteUInt32(AvatarId);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) {
output.WriteRawTag(218, 116);
output.WriteMessage(GIJPNCCEGEK);
}
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 (Time != 0L) {
output.WriteRawTag(56);
output.WriteInt64(Time);
}
if (BKMODLIJKGO != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(64);
output.WriteEnum((int) BKMODLIJKGO);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) {
output.WriteRawTag(242, 37);
output.WriteMessage(CEFPILPICIN);
}
if (HasPDIGONIOFGC) {
output.WriteRawTag(192, 58);
output.WriteUInt32(PDIGONIOFGC);
}
if (HasLLJLJLHAKKB) {
output.WriteRawTag(216, 59);
output.WriteUInt32(LLJLJLHAKKB);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) {
output.WriteRawTag(178, 84);
output.WriteMessage(AIIEOGKGBIJ);
}
if (HasAvatarId) {
output.WriteRawTag(184, 93);
output.WriteUInt32(AvatarId);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) {
output.WriteRawTag(218, 116);
output.WriteMessage(GIJPNCCEGEK);
}
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 (BKMODLIJKGO != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BKMODLIJKGO);
}
if (Time != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(GIJPNCCEGEK);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(AIIEOGKGBIJ);
}
if (HasAvatarId) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
}
if (HasPDIGONIOFGC) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PDIGONIOFGC);
}
if (HasLLJLJLHAKKB) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(LLJLJLHAKKB);
}
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(CEFPILPICIN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(OLHELHNHLCI other) {
if (other == null) {
return;
}
if (other.BKMODLIJKGO != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
BKMODLIJKGO = other.BKMODLIJKGO;
}
if (other.Time != 0L) {
Time = other.Time;
}
switch (other.BCPIDNIOFPMCase) {
case BCPIDNIOFPMOneofCase.GIJPNCCEGEK:
if (GIJPNCCEGEK == null) {
GIJPNCCEGEK = new global::EggLink.DanhengServer.Proto.HLNCNPHPNJB();
}
GIJPNCCEGEK.MergeFrom(other.GIJPNCCEGEK);
break;
case BCPIDNIOFPMOneofCase.AIIEOGKGBIJ:
if (AIIEOGKGBIJ == null) {
AIIEOGKGBIJ = new global::EggLink.DanhengServer.Proto.NJDHPPFMDJO();
}
AIIEOGKGBIJ.MergeFrom(other.AIIEOGKGBIJ);
break;
case BCPIDNIOFPMOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case BCPIDNIOFPMOneofCase.PDIGONIOFGC:
PDIGONIOFGC = other.PDIGONIOFGC;
break;
case BCPIDNIOFPMOneofCase.LLJLJLHAKKB:
LLJLJLHAKKB = other.LLJLJLHAKKB;
break;
case BCPIDNIOFPMOneofCase.CEFPILPICIN:
if (CEFPILPICIN == null) {
CEFPILPICIN = new global::EggLink.DanhengServer.Proto.CJHMPNNALNL();
}
CEFPILPICIN.MergeFrom(other.CEFPILPICIN);
break;
}
_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 56: {
Time = input.ReadInt64();
break;
}
case 64: {
BKMODLIJKGO = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 4850: {
global::EggLink.DanhengServer.Proto.CJHMPNNALNL subBuilder = new global::EggLink.DanhengServer.Proto.CJHMPNNALNL();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) {
subBuilder.MergeFrom(CEFPILPICIN);
}
input.ReadMessage(subBuilder);
CEFPILPICIN = subBuilder;
break;
}
case 7488: {
PDIGONIOFGC = input.ReadUInt32();
break;
}
case 7640: {
LLJLJLHAKKB = input.ReadUInt32();
break;
}
case 10802: {
global::EggLink.DanhengServer.Proto.NJDHPPFMDJO subBuilder = new global::EggLink.DanhengServer.Proto.NJDHPPFMDJO();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) {
subBuilder.MergeFrom(AIIEOGKGBIJ);
}
input.ReadMessage(subBuilder);
AIIEOGKGBIJ = subBuilder;
break;
}
case 11960: {
AvatarId = input.ReadUInt32();
break;
}
case 14938: {
global::EggLink.DanhengServer.Proto.HLNCNPHPNJB subBuilder = new global::EggLink.DanhengServer.Proto.HLNCNPHPNJB();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) {
subBuilder.MergeFrom(GIJPNCCEGEK);
}
input.ReadMessage(subBuilder);
GIJPNCCEGEK = subBuilder;
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 56: {
Time = input.ReadInt64();
break;
}
case 64: {
BKMODLIJKGO = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 4850: {
global::EggLink.DanhengServer.Proto.CJHMPNNALNL subBuilder = new global::EggLink.DanhengServer.Proto.CJHMPNNALNL();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.CEFPILPICIN) {
subBuilder.MergeFrom(CEFPILPICIN);
}
input.ReadMessage(subBuilder);
CEFPILPICIN = subBuilder;
break;
}
case 7488: {
PDIGONIOFGC = input.ReadUInt32();
break;
}
case 7640: {
LLJLJLHAKKB = input.ReadUInt32();
break;
}
case 10802: {
global::EggLink.DanhengServer.Proto.NJDHPPFMDJO subBuilder = new global::EggLink.DanhengServer.Proto.NJDHPPFMDJO();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.AIIEOGKGBIJ) {
subBuilder.MergeFrom(AIIEOGKGBIJ);
}
input.ReadMessage(subBuilder);
AIIEOGKGBIJ = subBuilder;
break;
}
case 11960: {
AvatarId = input.ReadUInt32();
break;
}
case 14938: {
global::EggLink.DanhengServer.Proto.HLNCNPHPNJB subBuilder = new global::EggLink.DanhengServer.Proto.HLNCNPHPNJB();
if (bCPIDNIOFPMCase_ == BCPIDNIOFPMOneofCase.GIJPNCCEGEK) {
subBuilder.MergeFrom(GIJPNCCEGEK);
}
input.ReadMessage(subBuilder);
GIJPNCCEGEK = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code