mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
493 lines
18 KiB
C#
493 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ClockParkUseBuffScRsp.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 ClockParkUseBuffScRsp.proto</summary>
|
|
public static partial class ClockParkUseBuffScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ClockParkUseBuffScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ClockParkUseBuffScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEUJNTE9GUENOR0tOLnBy",
|
|
"b3RvGhFFQ01JTEhDS09NTy5wcm90bxoRSERDS0NIUERNTUkucHJvdG8i0QEK",
|
|
"FUNsb2NrUGFya1VzZUJ1ZmZTY1JzcBITCgtBSElESkJKR0dQUBgCIAEoDRIR",
|
|
"CglzY3JpcHRfaWQYDSABKA0SJQoPcm9ndWVfYnVmZl9pbmZvGAYgASgLMgwu",
|
|
"RUNNSUxIQ0tPTU8SDwoHcmV0Y29kZRgBIAEoDRIjCgtBTkNQQ1BDTEpFRBh+",
|
|
"IAEoCzIMLkhEQ0tDSFBETU1JSAASJAoLTUpET0dQQk9KSVAYwwYgASgLMgwu",
|
|
"Qk1MT0ZQQ05HS05IAEINCgtCQ01GRUhOT0pKS0IeqgIbRWdnTGluay5EYW5o",
|
|
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HDCKCHPDMMIReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp), global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp.Parser, new[]{ "AHIDJBJGGPP", "ScriptId", "RogueBuffInfo", "Retcode", "ANCPCPCLJED", "MJDOGPBOJIP" }, new[]{ "BCMFEHNOJJK" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ClockParkUseBuffScRsp : pb::IMessage<ClockParkUseBuffScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ClockParkUseBuffScRsp> _parser = new pb::MessageParser<ClockParkUseBuffScRsp>(() => new ClockParkUseBuffScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ClockParkUseBuffScRsp> 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.ClockParkUseBuffScRspReflection.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 ClockParkUseBuffScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ClockParkUseBuffScRsp(ClockParkUseBuffScRsp other) : this() {
|
|
aHIDJBJGGPP_ = other.aHIDJBJGGPP_;
|
|
scriptId_ = other.scriptId_;
|
|
rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null;
|
|
retcode_ = other.retcode_;
|
|
switch (other.BCMFEHNOJJKCase) {
|
|
case BCMFEHNOJJKOneofCase.ANCPCPCLJED:
|
|
ANCPCPCLJED = other.ANCPCPCLJED.Clone();
|
|
break;
|
|
case BCMFEHNOJJKOneofCase.MJDOGPBOJIP:
|
|
MJDOGPBOJIP = other.MJDOGPBOJIP.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ClockParkUseBuffScRsp Clone() {
|
|
return new ClockParkUseBuffScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "AHIDJBJGGPP" field.</summary>
|
|
public const int AHIDJBJGGPPFieldNumber = 2;
|
|
private uint aHIDJBJGGPP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AHIDJBJGGPP {
|
|
get { return aHIDJBJGGPP_; }
|
|
set {
|
|
aHIDJBJGGPP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "script_id" field.</summary>
|
|
public const int ScriptIdFieldNumber = 13;
|
|
private uint scriptId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ScriptId {
|
|
get { return scriptId_; }
|
|
set {
|
|
scriptId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "rogue_buff_info" field.</summary>
|
|
public const int RogueBuffInfoFieldNumber = 6;
|
|
private global::EggLink.DanhengServer.Proto.ECMILHCKOMO rogueBuffInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ECMILHCKOMO RogueBuffInfo {
|
|
get { return rogueBuffInfo_; }
|
|
set {
|
|
rogueBuffInfo_ = 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 "ANCPCPCLJED" field.</summary>
|
|
public const int ANCPCPCLJEDFieldNumber = 126;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.HDCKCHPDMMI ANCPCPCLJED {
|
|
get { return bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED ? (global::EggLink.DanhengServer.Proto.HDCKCHPDMMI) bCMFEHNOJJK_ : null; }
|
|
set {
|
|
bCMFEHNOJJK_ = value;
|
|
bCMFEHNOJJKCase_ = value == null ? BCMFEHNOJJKOneofCase.None : BCMFEHNOJJKOneofCase.ANCPCPCLJED;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MJDOGPBOJIP" field.</summary>
|
|
public const int MJDOGPBOJIPFieldNumber = 835;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BMLOFPCNGKN MJDOGPBOJIP {
|
|
get { return bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP ? (global::EggLink.DanhengServer.Proto.BMLOFPCNGKN) bCMFEHNOJJK_ : null; }
|
|
set {
|
|
bCMFEHNOJJK_ = value;
|
|
bCMFEHNOJJKCase_ = value == null ? BCMFEHNOJJKOneofCase.None : BCMFEHNOJJKOneofCase.MJDOGPBOJIP;
|
|
}
|
|
}
|
|
|
|
private object bCMFEHNOJJK_;
|
|
/// <summary>Enum of possible cases for the "BCMFEHNOJJK" oneof.</summary>
|
|
public enum BCMFEHNOJJKOneofCase {
|
|
None = 0,
|
|
ANCPCPCLJED = 126,
|
|
MJDOGPBOJIP = 835,
|
|
}
|
|
private BCMFEHNOJJKOneofCase bCMFEHNOJJKCase_ = BCMFEHNOJJKOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public BCMFEHNOJJKOneofCase BCMFEHNOJJKCase {
|
|
get { return bCMFEHNOJJKCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearBCMFEHNOJJK() {
|
|
bCMFEHNOJJKCase_ = BCMFEHNOJJKOneofCase.None;
|
|
bCMFEHNOJJK_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ClockParkUseBuffScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ClockParkUseBuffScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false;
|
|
if (ScriptId != other.ScriptId) return false;
|
|
if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (!object.Equals(ANCPCPCLJED, other.ANCPCPCLJED)) return false;
|
|
if (!object.Equals(MJDOGPBOJIP, other.MJDOGPBOJIP)) return false;
|
|
if (BCMFEHNOJJKCase != other.BCMFEHNOJJKCase) 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 (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode();
|
|
if (ScriptId != 0) hash ^= ScriptId.GetHashCode();
|
|
if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) hash ^= ANCPCPCLJED.GetHashCode();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) hash ^= MJDOGPBOJIP.GetHashCode();
|
|
hash ^= (int) bCMFEHNOJJKCase_;
|
|
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 (AHIDJBJGGPP != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AHIDJBJGGPP);
|
|
}
|
|
if (rogueBuffInfo_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(RogueBuffInfo);
|
|
}
|
|
if (ScriptId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ScriptId);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) {
|
|
output.WriteRawTag(242, 7);
|
|
output.WriteMessage(ANCPCPCLJED);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) {
|
|
output.WriteRawTag(154, 52);
|
|
output.WriteMessage(MJDOGPBOJIP);
|
|
}
|
|
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 (AHIDJBJGGPP != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AHIDJBJGGPP);
|
|
}
|
|
if (rogueBuffInfo_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(RogueBuffInfo);
|
|
}
|
|
if (ScriptId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ScriptId);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) {
|
|
output.WriteRawTag(242, 7);
|
|
output.WriteMessage(ANCPCPCLJED);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) {
|
|
output.WriteRawTag(154, 52);
|
|
output.WriteMessage(MJDOGPBOJIP);
|
|
}
|
|
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 (AHIDJBJGGPP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP);
|
|
}
|
|
if (ScriptId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId);
|
|
}
|
|
if (rogueBuffInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ANCPCPCLJED);
|
|
}
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MJDOGPBOJIP);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ClockParkUseBuffScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.AHIDJBJGGPP != 0) {
|
|
AHIDJBJGGPP = other.AHIDJBJGGPP;
|
|
}
|
|
if (other.ScriptId != 0) {
|
|
ScriptId = other.ScriptId;
|
|
}
|
|
if (other.rogueBuffInfo_ != null) {
|
|
if (rogueBuffInfo_ == null) {
|
|
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO();
|
|
}
|
|
RogueBuffInfo.MergeFrom(other.RogueBuffInfo);
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
switch (other.BCMFEHNOJJKCase) {
|
|
case BCMFEHNOJJKOneofCase.ANCPCPCLJED:
|
|
if (ANCPCPCLJED == null) {
|
|
ANCPCPCLJED = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI();
|
|
}
|
|
ANCPCPCLJED.MergeFrom(other.ANCPCPCLJED);
|
|
break;
|
|
case BCMFEHNOJJKOneofCase.MJDOGPBOJIP:
|
|
if (MJDOGPBOJIP == null) {
|
|
MJDOGPBOJIP = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN();
|
|
}
|
|
MJDOGPBOJIP.MergeFrom(other.MJDOGPBOJIP);
|
|
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 8: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
AHIDJBJGGPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (rogueBuffInfo_ == null) {
|
|
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO();
|
|
}
|
|
input.ReadMessage(RogueBuffInfo);
|
|
break;
|
|
}
|
|
case 104: {
|
|
ScriptId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 1010: {
|
|
global::EggLink.DanhengServer.Proto.HDCKCHPDMMI subBuilder = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) {
|
|
subBuilder.MergeFrom(ANCPCPCLJED);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
ANCPCPCLJED = subBuilder;
|
|
break;
|
|
}
|
|
case 6682: {
|
|
global::EggLink.DanhengServer.Proto.BMLOFPCNGKN subBuilder = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) {
|
|
subBuilder.MergeFrom(MJDOGPBOJIP);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
MJDOGPBOJIP = 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 8: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
AHIDJBJGGPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (rogueBuffInfo_ == null) {
|
|
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ECMILHCKOMO();
|
|
}
|
|
input.ReadMessage(RogueBuffInfo);
|
|
break;
|
|
}
|
|
case 104: {
|
|
ScriptId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 1010: {
|
|
global::EggLink.DanhengServer.Proto.HDCKCHPDMMI subBuilder = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) {
|
|
subBuilder.MergeFrom(ANCPCPCLJED);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
ANCPCPCLJED = subBuilder;
|
|
break;
|
|
}
|
|
case 6682: {
|
|
global::EggLink.DanhengServer.Proto.BMLOFPCNGKN subBuilder = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN();
|
|
if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) {
|
|
subBuilder.MergeFrom(MJDOGPBOJIP);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
MJDOGPBOJIP = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|