mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
367 lines
14 KiB
C#
367 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TarotBookOpenPackScRsp.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 TarotBookOpenPackScRsp.proto</summary>
|
|
public static partial class TarotBookOpenPackScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TarotBookOpenPackScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TarotBookOpenPackScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChxUYXJvdEJvb2tPcGVuUGFja1NjUnNwLnByb3RvIrkCChZUYXJvdEJvb2tP",
|
|
"cGVuUGFja1NjUnNwEj0KC0tLTEFPREZKT1BGGAwgAygLMiguVGFyb3RCb29r",
|
|
"T3BlblBhY2tTY1JzcC5LS0xBT0RGSk9QRkVudHJ5Ej0KC0RJQkNFQk9QTUJD",
|
|
"GAcgAygLMiguVGFyb3RCb29rT3BlblBhY2tTY1JzcC5ESUJDRUJPUE1CQ0Vu",
|
|
"dHJ5EhMKC0hNTkRQR1BCREZJGAYgASgNEg8KB3JldGNvZGUYDSABKA0SEwoL",
|
|
"ZW5lcmd5X2luZm8YBCABKA0aMgoQS0tMQU9ERkpPUEZFbnRyeRILCgNrZXkY",
|
|
"ASABKA0SDQoFdmFsdWUYAiABKA06AjgBGjIKEERJQkNFQk9QTUJDRW50cnkS",
|
|
"CwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5E",
|
|
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TarotBookOpenPackScRsp), global::EggLink.DanhengServer.Proto.TarotBookOpenPackScRsp.Parser, new[]{ "KKLAODFJOPF", "DIBCEBOPMBC", "HMNDPGPBDFI", "Retcode", "EnergyInfo" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class TarotBookOpenPackScRsp : pb::IMessage<TarotBookOpenPackScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<TarotBookOpenPackScRsp> _parser = new pb::MessageParser<TarotBookOpenPackScRsp>(() => new TarotBookOpenPackScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<TarotBookOpenPackScRsp> 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.TarotBookOpenPackScRspReflection.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 TarotBookOpenPackScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TarotBookOpenPackScRsp(TarotBookOpenPackScRsp other) : this() {
|
|
kKLAODFJOPF_ = other.kKLAODFJOPF_.Clone();
|
|
dIBCEBOPMBC_ = other.dIBCEBOPMBC_.Clone();
|
|
hMNDPGPBDFI_ = other.hMNDPGPBDFI_;
|
|
retcode_ = other.retcode_;
|
|
energyInfo_ = other.energyInfo_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TarotBookOpenPackScRsp Clone() {
|
|
return new TarotBookOpenPackScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "KKLAODFJOPF" field.</summary>
|
|
public const int KKLAODFJOPFFieldNumber = 12;
|
|
private static readonly pbc::MapField<uint, uint>.Codec _map_kKLAODFJOPF_codec
|
|
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 98);
|
|
private readonly pbc::MapField<uint, uint> kKLAODFJOPF_ = new pbc::MapField<uint, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, uint> KKLAODFJOPF {
|
|
get { return kKLAODFJOPF_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DIBCEBOPMBC" field.</summary>
|
|
public const int DIBCEBOPMBCFieldNumber = 7;
|
|
private static readonly pbc::MapField<uint, uint>.Codec _map_dIBCEBOPMBC_codec
|
|
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 58);
|
|
private readonly pbc::MapField<uint, uint> dIBCEBOPMBC_ = new pbc::MapField<uint, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, uint> DIBCEBOPMBC {
|
|
get { return dIBCEBOPMBC_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "HMNDPGPBDFI" field.</summary>
|
|
public const int HMNDPGPBDFIFieldNumber = 6;
|
|
private uint hMNDPGPBDFI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HMNDPGPBDFI {
|
|
get { return hMNDPGPBDFI_; }
|
|
set {
|
|
hMNDPGPBDFI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 13;
|
|
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 "energy_info" field.</summary>
|
|
public const int EnergyInfoFieldNumber = 4;
|
|
private uint energyInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EnergyInfo {
|
|
get { return energyInfo_; }
|
|
set {
|
|
energyInfo_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as TarotBookOpenPackScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(TarotBookOpenPackScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!KKLAODFJOPF.Equals(other.KKLAODFJOPF)) return false;
|
|
if (!DIBCEBOPMBC.Equals(other.DIBCEBOPMBC)) return false;
|
|
if (HMNDPGPBDFI != other.HMNDPGPBDFI) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (EnergyInfo != other.EnergyInfo) 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;
|
|
hash ^= KKLAODFJOPF.GetHashCode();
|
|
hash ^= DIBCEBOPMBC.GetHashCode();
|
|
if (HMNDPGPBDFI != 0) hash ^= HMNDPGPBDFI.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (EnergyInfo != 0) hash ^= EnergyInfo.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 (EnergyInfo != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EnergyInfo);
|
|
}
|
|
if (HMNDPGPBDFI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HMNDPGPBDFI);
|
|
}
|
|
dIBCEBOPMBC_.WriteTo(output, _map_dIBCEBOPMBC_codec);
|
|
kKLAODFJOPF_.WriteTo(output, _map_kKLAODFJOPF_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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 (EnergyInfo != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EnergyInfo);
|
|
}
|
|
if (HMNDPGPBDFI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HMNDPGPBDFI);
|
|
}
|
|
dIBCEBOPMBC_.WriteTo(ref output, _map_dIBCEBOPMBC_codec);
|
|
kKLAODFJOPF_.WriteTo(ref output, _map_kKLAODFJOPF_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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;
|
|
size += kKLAODFJOPF_.CalculateSize(_map_kKLAODFJOPF_codec);
|
|
size += dIBCEBOPMBC_.CalculateSize(_map_dIBCEBOPMBC_codec);
|
|
if (HMNDPGPBDFI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMNDPGPBDFI);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (EnergyInfo != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EnergyInfo);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(TarotBookOpenPackScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
kKLAODFJOPF_.MergeFrom(other.kKLAODFJOPF_);
|
|
dIBCEBOPMBC_.MergeFrom(other.dIBCEBOPMBC_);
|
|
if (other.HMNDPGPBDFI != 0) {
|
|
HMNDPGPBDFI = other.HMNDPGPBDFI;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.EnergyInfo != 0) {
|
|
EnergyInfo = other.EnergyInfo;
|
|
}
|
|
_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 32: {
|
|
EnergyInfo = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HMNDPGPBDFI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
dIBCEBOPMBC_.AddEntriesFrom(input, _map_dIBCEBOPMBC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
kKLAODFJOPF_.AddEntriesFrom(input, _map_kKLAODFJOPF_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
Retcode = 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 32: {
|
|
EnergyInfo = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HMNDPGPBDFI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
dIBCEBOPMBC_.AddEntriesFrom(ref input, _map_dIBCEBOPMBC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
kKLAODFJOPF_.AddEntriesFrom(ref input, _map_kKLAODFJOPF_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|