mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
348 lines
13 KiB
C#
348 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueReviveInfo.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 RogueReviveInfo.proto</summary>
|
|
public static partial class RogueReviveInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueReviveInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueReviveInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVSb2d1ZVJldml2ZUluZm8ucHJvdG8aEkl0ZW1Db3N0RGF0YS5wcm90byJ6",
|
|
"Cg9Sb2d1ZVJldml2ZUluZm8SEwoLS05GSk1BTkpHR0EYASADKA0SKAoRcm9n",
|
|
"dWVfcmV2aXZlX2Nvc3QYAiABKAsyDS5JdGVtQ29zdERhdGESEwoLSEJOQk5O",
|
|
"SUpNSE4YCiABKA0SEwoLRUhIQkhLT0JOTkoYDiABKA1CHqoCG0VnZ0xpbmsu",
|
|
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueReviveInfo), global::EggLink.DanhengServer.Proto.RogueReviveInfo.Parser, new[]{ "KNFJMANJGGA", "RogueReviveCost", "HBNBNNIJMHN", "EHHBHKOBNNJ" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RogueReviveInfo : pb::IMessage<RogueReviveInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RogueReviveInfo> _parser = new pb::MessageParser<RogueReviveInfo>(() => new RogueReviveInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RogueReviveInfo> 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.RogueReviveInfoReflection.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 RogueReviveInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueReviveInfo(RogueReviveInfo other) : this() {
|
|
kNFJMANJGGA_ = other.kNFJMANJGGA_.Clone();
|
|
rogueReviveCost_ = other.rogueReviveCost_ != null ? other.rogueReviveCost_.Clone() : null;
|
|
hBNBNNIJMHN_ = other.hBNBNNIJMHN_;
|
|
eHHBHKOBNNJ_ = other.eHHBHKOBNNJ_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueReviveInfo Clone() {
|
|
return new RogueReviveInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "KNFJMANJGGA" field.</summary>
|
|
public const int KNFJMANJGGAFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<uint> _repeated_kNFJMANJGGA_codec
|
|
= pb::FieldCodec.ForUInt32(10);
|
|
private readonly pbc::RepeatedField<uint> kNFJMANJGGA_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> KNFJMANJGGA {
|
|
get { return kNFJMANJGGA_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "rogue_revive_cost" field.</summary>
|
|
public const int RogueReviveCostFieldNumber = 2;
|
|
private global::EggLink.DanhengServer.Proto.ItemCostData rogueReviveCost_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ItemCostData RogueReviveCost {
|
|
get { return rogueReviveCost_; }
|
|
set {
|
|
rogueReviveCost_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HBNBNNIJMHN" field.</summary>
|
|
public const int HBNBNNIJMHNFieldNumber = 10;
|
|
private uint hBNBNNIJMHN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HBNBNNIJMHN {
|
|
get { return hBNBNNIJMHN_; }
|
|
set {
|
|
hBNBNNIJMHN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EHHBHKOBNNJ" field.</summary>
|
|
public const int EHHBHKOBNNJFieldNumber = 14;
|
|
private uint eHHBHKOBNNJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EHHBHKOBNNJ {
|
|
get { return eHHBHKOBNNJ_; }
|
|
set {
|
|
eHHBHKOBNNJ_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as RogueReviveInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RogueReviveInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!kNFJMANJGGA_.Equals(other.kNFJMANJGGA_)) return false;
|
|
if (!object.Equals(RogueReviveCost, other.RogueReviveCost)) return false;
|
|
if (HBNBNNIJMHN != other.HBNBNNIJMHN) return false;
|
|
if (EHHBHKOBNNJ != other.EHHBHKOBNNJ) 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 ^= kNFJMANJGGA_.GetHashCode();
|
|
if (rogueReviveCost_ != null) hash ^= RogueReviveCost.GetHashCode();
|
|
if (HBNBNNIJMHN != 0) hash ^= HBNBNNIJMHN.GetHashCode();
|
|
if (EHHBHKOBNNJ != 0) hash ^= EHHBHKOBNNJ.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
|
|
kNFJMANJGGA_.WriteTo(output, _repeated_kNFJMANJGGA_codec);
|
|
if (rogueReviveCost_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(RogueReviveCost);
|
|
}
|
|
if (HBNBNNIJMHN != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HBNBNNIJMHN);
|
|
}
|
|
if (EHHBHKOBNNJ != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(EHHBHKOBNNJ);
|
|
}
|
|
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) {
|
|
kNFJMANJGGA_.WriteTo(ref output, _repeated_kNFJMANJGGA_codec);
|
|
if (rogueReviveCost_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(RogueReviveCost);
|
|
}
|
|
if (HBNBNNIJMHN != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HBNBNNIJMHN);
|
|
}
|
|
if (EHHBHKOBNNJ != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(EHHBHKOBNNJ);
|
|
}
|
|
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 += kNFJMANJGGA_.CalculateSize(_repeated_kNFJMANJGGA_codec);
|
|
if (rogueReviveCost_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueReviveCost);
|
|
}
|
|
if (HBNBNNIJMHN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HBNBNNIJMHN);
|
|
}
|
|
if (EHHBHKOBNNJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EHHBHKOBNNJ);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RogueReviveInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
kNFJMANJGGA_.Add(other.kNFJMANJGGA_);
|
|
if (other.rogueReviveCost_ != null) {
|
|
if (rogueReviveCost_ == null) {
|
|
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
RogueReviveCost.MergeFrom(other.RogueReviveCost);
|
|
}
|
|
if (other.HBNBNNIJMHN != 0) {
|
|
HBNBNNIJMHN = other.HBNBNNIJMHN;
|
|
}
|
|
if (other.EHHBHKOBNNJ != 0) {
|
|
EHHBHKOBNNJ = other.EHHBHKOBNNJ;
|
|
}
|
|
_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:
|
|
case 8: {
|
|
kNFJMANJGGA_.AddEntriesFrom(input, _repeated_kNFJMANJGGA_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (rogueReviveCost_ == null) {
|
|
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(RogueReviveCost);
|
|
break;
|
|
}
|
|
case 80: {
|
|
HBNBNNIJMHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
EHHBHKOBNNJ = 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:
|
|
case 8: {
|
|
kNFJMANJGGA_.AddEntriesFrom(ref input, _repeated_kNFJMANJGGA_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (rogueReviveCost_ == null) {
|
|
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(RogueReviveCost);
|
|
break;
|
|
}
|
|
case 80: {
|
|
HBNBNNIJMHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
EHHBHKOBNNJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|