mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
385 lines
13 KiB
C#
385 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MultiplayerGetFightGateScRsp.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 MultiplayerGetFightGateScRsp.proto</summary>
|
|
public static partial class MultiplayerGetFightGateScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MultiplayerGetFightGateScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MultiplayerGetFightGateScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiJNdWx0aXBsYXllckdldEZpZ2h0R2F0ZVNjUnNwLnByb3RvIoMBChxNdWx0",
|
|
"aXBsYXllckdldEZpZ2h0R2F0ZVNjUnNwEg8KB3JldGNvZGUYAiABKA0SEwoL",
|
|
"RVBKS0lKTExDS00YDyABKA0SEwoLRE1PRElHRExFQ0QYByABKAkSEwoLRkRC",
|
|
"T0VPR05QRkIYCyABKAQSEwoLTE5GT1BIR0JNR0IYASABKAlCHqoCG0VnZ0xp",
|
|
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateScRsp), global::EggLink.DanhengServer.Proto.MultiplayerGetFightGateScRsp.Parser, new[]{ "Retcode", "EPJKIJLLCKM", "DMODIGDLECD", "FDBOEOGNPFB", "LNFOPHGBMGB" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MultiplayerGetFightGateScRsp : pb::IMessage<MultiplayerGetFightGateScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MultiplayerGetFightGateScRsp> _parser = new pb::MessageParser<MultiplayerGetFightGateScRsp>(() => new MultiplayerGetFightGateScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MultiplayerGetFightGateScRsp> 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.MultiplayerGetFightGateScRspReflection.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 MultiplayerGetFightGateScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MultiplayerGetFightGateScRsp(MultiplayerGetFightGateScRsp other) : this() {
|
|
retcode_ = other.retcode_;
|
|
ePJKIJLLCKM_ = other.ePJKIJLLCKM_;
|
|
dMODIGDLECD_ = other.dMODIGDLECD_;
|
|
fDBOEOGNPFB_ = other.fDBOEOGNPFB_;
|
|
lNFOPHGBMGB_ = other.lNFOPHGBMGB_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MultiplayerGetFightGateScRsp Clone() {
|
|
return new MultiplayerGetFightGateScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 2;
|
|
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 "EPJKIJLLCKM" field.</summary>
|
|
public const int EPJKIJLLCKMFieldNumber = 15;
|
|
private uint ePJKIJLLCKM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EPJKIJLLCKM {
|
|
get { return ePJKIJLLCKM_; }
|
|
set {
|
|
ePJKIJLLCKM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DMODIGDLECD" field.</summary>
|
|
public const int DMODIGDLECDFieldNumber = 7;
|
|
private string dMODIGDLECD_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string DMODIGDLECD {
|
|
get { return dMODIGDLECD_; }
|
|
set {
|
|
dMODIGDLECD_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FDBOEOGNPFB" field.</summary>
|
|
public const int FDBOEOGNPFBFieldNumber = 11;
|
|
private ulong fDBOEOGNPFB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ulong FDBOEOGNPFB {
|
|
get { return fDBOEOGNPFB_; }
|
|
set {
|
|
fDBOEOGNPFB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LNFOPHGBMGB" field.</summary>
|
|
public const int LNFOPHGBMGBFieldNumber = 1;
|
|
private string lNFOPHGBMGB_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string LNFOPHGBMGB {
|
|
get { return lNFOPHGBMGB_; }
|
|
set {
|
|
lNFOPHGBMGB_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MultiplayerGetFightGateScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MultiplayerGetFightGateScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Retcode != other.Retcode) return false;
|
|
if (EPJKIJLLCKM != other.EPJKIJLLCKM) return false;
|
|
if (DMODIGDLECD != other.DMODIGDLECD) return false;
|
|
if (FDBOEOGNPFB != other.FDBOEOGNPFB) return false;
|
|
if (LNFOPHGBMGB != other.LNFOPHGBMGB) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (EPJKIJLLCKM != 0) hash ^= EPJKIJLLCKM.GetHashCode();
|
|
if (DMODIGDLECD.Length != 0) hash ^= DMODIGDLECD.GetHashCode();
|
|
if (FDBOEOGNPFB != 0UL) hash ^= FDBOEOGNPFB.GetHashCode();
|
|
if (LNFOPHGBMGB.Length != 0) hash ^= LNFOPHGBMGB.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 (LNFOPHGBMGB.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(LNFOPHGBMGB);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DMODIGDLECD.Length != 0) {
|
|
output.WriteRawTag(58);
|
|
output.WriteString(DMODIGDLECD);
|
|
}
|
|
if (FDBOEOGNPFB != 0UL) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt64(FDBOEOGNPFB);
|
|
}
|
|
if (EPJKIJLLCKM != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EPJKIJLLCKM);
|
|
}
|
|
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 (LNFOPHGBMGB.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(LNFOPHGBMGB);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DMODIGDLECD.Length != 0) {
|
|
output.WriteRawTag(58);
|
|
output.WriteString(DMODIGDLECD);
|
|
}
|
|
if (FDBOEOGNPFB != 0UL) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt64(FDBOEOGNPFB);
|
|
}
|
|
if (EPJKIJLLCKM != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EPJKIJLLCKM);
|
|
}
|
|
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 (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (EPJKIJLLCKM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EPJKIJLLCKM);
|
|
}
|
|
if (DMODIGDLECD.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(DMODIGDLECD);
|
|
}
|
|
if (FDBOEOGNPFB != 0UL) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(FDBOEOGNPFB);
|
|
}
|
|
if (LNFOPHGBMGB.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(LNFOPHGBMGB);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MultiplayerGetFightGateScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.EPJKIJLLCKM != 0) {
|
|
EPJKIJLLCKM = other.EPJKIJLLCKM;
|
|
}
|
|
if (other.DMODIGDLECD.Length != 0) {
|
|
DMODIGDLECD = other.DMODIGDLECD;
|
|
}
|
|
if (other.FDBOEOGNPFB != 0UL) {
|
|
FDBOEOGNPFB = other.FDBOEOGNPFB;
|
|
}
|
|
if (other.LNFOPHGBMGB.Length != 0) {
|
|
LNFOPHGBMGB = other.LNFOPHGBMGB;
|
|
}
|
|
_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 10: {
|
|
LNFOPHGBMGB = input.ReadString();
|
|
break;
|
|
}
|
|
case 16: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
DMODIGDLECD = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FDBOEOGNPFB = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EPJKIJLLCKM = 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 10: {
|
|
LNFOPHGBMGB = input.ReadString();
|
|
break;
|
|
}
|
|
case 16: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
DMODIGDLECD = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FDBOEOGNPFB = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EPJKIJLLCKM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|