Files
DanhengServer-OpenSource/Proto/RogueReviveInfo.cs

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",
"Cg9Sb2d1ZVJldml2ZUluZm8SEwoLTEFLTE5GTUhNTE8YCCABKA0SEwoLSElN",
"TkVPQUVFTEIYBSADKA0SKAoRcm9ndWVfcmV2aXZlX2Nvc3QYDiABKAsyDS5J",
"dGVtQ29zdERhdGESEwoLTU9ESE9KT0dPQkMYASABKA1CHqoCG0VnZ0xpbmsu",
"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[]{ "LAKLNFMHMLO", "HIMNEOAEELB", "RogueReviveCost", "MODHOJOGOBC" }, 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() {
lAKLNFMHMLO_ = other.lAKLNFMHMLO_;
hIMNEOAEELB_ = other.hIMNEOAEELB_.Clone();
rogueReviveCost_ = other.rogueReviveCost_ != null ? other.rogueReviveCost_.Clone() : null;
mODHOJOGOBC_ = other.mODHOJOGOBC_;
_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 "LAKLNFMHMLO" field.</summary>
public const int LAKLNFMHMLOFieldNumber = 8;
private uint lAKLNFMHMLO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LAKLNFMHMLO {
get { return lAKLNFMHMLO_; }
set {
lAKLNFMHMLO_ = value;
}
}
/// <summary>Field number for the "HIMNEOAEELB" field.</summary>
public const int HIMNEOAEELBFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_hIMNEOAEELB_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> hIMNEOAEELB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> HIMNEOAEELB {
get { return hIMNEOAEELB_; }
}
/// <summary>Field number for the "rogue_revive_cost" field.</summary>
public const int RogueReviveCostFieldNumber = 14;
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 "MODHOJOGOBC" field.</summary>
public const int MODHOJOGOBCFieldNumber = 1;
private uint mODHOJOGOBC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MODHOJOGOBC {
get { return mODHOJOGOBC_; }
set {
mODHOJOGOBC_ = 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 (LAKLNFMHMLO != other.LAKLNFMHMLO) return false;
if(!hIMNEOAEELB_.Equals(other.hIMNEOAEELB_)) return false;
if (!object.Equals(RogueReviveCost, other.RogueReviveCost)) return false;
if (MODHOJOGOBC != other.MODHOJOGOBC) 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 (LAKLNFMHMLO != 0) hash ^= LAKLNFMHMLO.GetHashCode();
hash ^= hIMNEOAEELB_.GetHashCode();
if (rogueReviveCost_ != null) hash ^= RogueReviveCost.GetHashCode();
if (MODHOJOGOBC != 0) hash ^= MODHOJOGOBC.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 (MODHOJOGOBC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MODHOJOGOBC);
}
hIMNEOAEELB_.WriteTo(output, _repeated_hIMNEOAEELB_codec);
if (LAKLNFMHMLO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(LAKLNFMHMLO);
}
if (rogueReviveCost_ != null) {
output.WriteRawTag(114);
output.WriteMessage(RogueReviveCost);
}
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 (MODHOJOGOBC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MODHOJOGOBC);
}
hIMNEOAEELB_.WriteTo(ref output, _repeated_hIMNEOAEELB_codec);
if (LAKLNFMHMLO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(LAKLNFMHMLO);
}
if (rogueReviveCost_ != null) {
output.WriteRawTag(114);
output.WriteMessage(RogueReviveCost);
}
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 (LAKLNFMHMLO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LAKLNFMHMLO);
}
size += hIMNEOAEELB_.CalculateSize(_repeated_hIMNEOAEELB_codec);
if (rogueReviveCost_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueReviveCost);
}
if (MODHOJOGOBC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MODHOJOGOBC);
}
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;
}
if (other.LAKLNFMHMLO != 0) {
LAKLNFMHMLO = other.LAKLNFMHMLO;
}
hIMNEOAEELB_.Add(other.hIMNEOAEELB_);
if (other.rogueReviveCost_ != null) {
if (rogueReviveCost_ == null) {
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
RogueReviveCost.MergeFrom(other.RogueReviveCost);
}
if (other.MODHOJOGOBC != 0) {
MODHOJOGOBC = other.MODHOJOGOBC;
}
_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: {
MODHOJOGOBC = input.ReadUInt32();
break;
}
case 42:
case 40: {
hIMNEOAEELB_.AddEntriesFrom(input, _repeated_hIMNEOAEELB_codec);
break;
}
case 64: {
LAKLNFMHMLO = input.ReadUInt32();
break;
}
case 114: {
if (rogueReviveCost_ == null) {
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(RogueReviveCost);
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: {
MODHOJOGOBC = input.ReadUInt32();
break;
}
case 42:
case 40: {
hIMNEOAEELB_.AddEntriesFrom(ref input, _repeated_hIMNEOAEELB_codec);
break;
}
case 64: {
LAKLNFMHMLO = input.ReadUInt32();
break;
}
case 114: {
if (rogueReviveCost_ == null) {
RogueReviveCost = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(RogueReviveCost);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code